Skip to content

Latest commit

 

History

History

Unit3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Unit 3: Javascript Fundamentals

Module 3.1

Course Material

Mini-Projects

Self-Graded Assignments

  • Included in OC course:
    • 4 auto-graded quizzes

Module 3.2

Course Material

Mini-Projects

Self-Graded Assignments

  • Included in OC course:
    • 4 auto-graded quizzes
    • Variables & data types
      • Creating variables
      • Equal operator
      • Constants
      • Data types
    • Objects, classes & dot notation
      • Create an object
      • Get values from an object
      • Create a class
    • Collections
      • Create an array
      • Working with arrays
    • Control flow
      • If/else statements
      • Logical operators
    • Loops
      • For loops
    • Functions
      • Instance methods
      • Do not repeat yourself (DRY principle)

Unit 3 Project

Open the Unit 3 Project here.