CurriculumExpansion
CurriculumExpansion copied to clipboard
chore: add lab for loops in frontend cert(JS only)
The previous workshop and lecture videos will teach campers about loops.
So we need a lab for them to do immediately after that.
- let
- const
- assignment
- reassignment
- basic string usage
- console.log
- camelCase
- string concatenation using the + operator
- template literals
- str.length property
- bracket notation and retrieving characters from strings
- str.indexOf method
- Number()
- Math.floor
- Math.random
- getting a random number from a range
- prompt()
- ===
- if/else if/else
- true and false (truthy and falsey)
- comparison operators(< >=)
- logical operators (|| &&)
- % operator
- array basics
- push
- pop
- shift
- unshift
- basic object usage
- for loop
- for of loop
- do/while loop
- while loop
- forEach loop
Acceptance criteria
- [ ] create a new folder of the project in the
frontend-cert/js-projects
directory - [ ] add your completed project in an
script.js
file in that new folder - [ ] create a markdown file for your proposed user stories. You should call it
user-stories.md
and place it in your new project folder