-
Feynman Writing Prompts - Write out explanations of the following concepts like you are explaining it to a 12 year old. Doing this will help you quickly discover any holes in your understanding. Ask your questions on Slack.
- for loop - A loop designed for repeating and iterating though its contained code until a condition is met.
- && || ! - Logical operators commonly used to evaluate expression and return a boolean value. && is logical and, || is logical or and ! is logical not
- Array - A type of variable that can contain several values, each accessible via an index.
- git - Version control software that allows many people to collaborate on projects at once without anyone accidentally messing with anyone else's code.
- GitHub - A cloud-based service that allows people to store their code in online repositories that they can control access to or access from anywhere, with or without a git client.
forked from SunJieMing/js-minicamp-homework-2
-
Notifications
You must be signed in to change notification settings - Fork 0
luminohelix/js-minicamp-homework-2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
LambdaSchool's JavaScript Mini-Bootcamp Homework #2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%