Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (25 loc) · 1.09 KB

week-6.md

File metadata and controls

42 lines (25 loc) · 1.09 KB

Week 6

Synopsis

  • Regular lesson
  • Time: 1:40h

Table of Contents

Theory

We discuss Prototypes, Closures and Hoisting.

Practicum

In this lesson you continue building the Frontend code for the job story designed in the Project Tech course. The Frontend code will be based on the principles of Progressive Enhancement.

We will also discuss the following topics (homework previous lecture)

  • Research the following JavaScript concepts and document these in your Wiki, it is important to encorporate these concepts in your JavaScript feature and/or explain how these concepts work:
  1. Prototypes in JavaScript
  2. Hoisting
  3. Closures
  • Document your findings in the wiki (progress)
  • Work on Front-end feature

Homework

  • Continue working on your Front-end feature. You should be working on your client side javascript functionalities.
  • Read Chapter 11 of Eloquent JavaScript - Asynchronous Programming