- Get familiar with JavaScript when coming from another language
- Explain the differences between
letandconst - Explain the difference between strict and loose equality,
==,=== - Use arrays and objects as data structures
- Use loops to iterate through arrays and object properties
- Explain the difference between functions and arrow functions
- Pass functions as a value by using callbacks in array methods
- Use string interpolation to place variable values into strings
- Use destructuring to extract array & object values into new variables
This exercise is for students coming to Javascript from another programming language. The exercises each exist in their own repository, you must fork and clone each one an complete them in the order below:
Core (Required)
Extension