Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.81 KB

additional-resources-2.md

File metadata and controls

29 lines (20 loc) · 1.81 KB
description
For the curious and the hungry

Additional Resources 2

Introduction

If you'd like to learn more, this page contains a non-exhaustive, unordered list of useful resources. These resources are primarily related to Module 2, but also expand the scope of what has been covered, and touch on concepts and fundamentals that we will cover in future modules. You will see some of these resources repeated in other pages

JavaScript

  1. FreeCodeCamp: Basic JavaScript Exercises

Functions

  1. MDN: Functions - Reusable Blocks of Code
  2. MDN: Function Return Values
  3. JavaScript.info: Functions Basics
  4. JavaScript.info: Function Expressions

Errors

  1. G4G: Difference between Compiled and Interpreted Languages
  2. FCC Blog: Interpreted vs Compiled, What's the Difference?
  3. FCC Exercise: Debugging
  4. MDN: SyntaxError
  5. MDN: ReferenceError
  6. MDN: TypeError