Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add lab for functions in frontend cert(JS only) #431

Closed
3 tasks
jdwilkin4 opened this issue Jul 5, 2024 · 0 comments · Fixed by #487
Closed
3 tasks

chore: add lab for functions in frontend cert(JS only) #431

jdwilkin4 opened this issue Jul 5, 2024 · 0 comments · Fixed by #487
Assignees
Labels
full stack cert Labs Team This work is for the labs team only

Comments

@jdwilkin4
Copy link
Contributor

The previous workshop and lecture videos will teach campers about functions.

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 (|| &&)
  • array basics
  • push
  • pop
  • shift
  • unshift
  • basic object usage
  • for loop
  • for of loop
  • do/while loop
  • while loop
  • forEach loop
  • regular functions
  • arrow functions

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
@jdwilkin4 jdwilkin4 added full stack cert Labs Team This work is for the labs team only labels Jul 5, 2024
@ihechikara ihechikara self-assigned this Jul 21, 2024
@ihechikara ihechikara mentioned this issue Jul 21, 2024
2 tasks
@moT01 moT01 closed this as completed in #487 Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full stack cert Labs Team This work is for the labs team only
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants