/JS-Basics

Primary LanguageJavaScript

JS-Basics

Fork this repo, clone your fork, then open practice.js and complete all the activities.
  • COMMIT AND PUSH YOUR CODE OFTEN!

Learning Objectives

  • understand how the web works
  • front-end vs back-end
  • the web app landscape
  • understand JavaScript vs jQuery
  • understand what the DOM is
  • understand conditional statements and how they’re used
  • understand functions
  • invocation vs definition
  • parameters vs arguments
  • global and local scope
  • anonymous functions
  • return values and how to save the returned value to another variable