Skip to content

boolean-uk/js-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Javascript Crash Course

Learning Objectives

  • Get familiar with JavaScript when coming from another language
  • Explain the differences between let and const
  • 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

Instructions

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)

  1. Variables
  2. Arrays
  3. Objects
  4. Loops
  5. Functions 1
  6. Functions 2

Extension


Useful Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published