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

Latest commit

 

History

History
35 lines (21 loc) · 959 Bytes

week-5.md

File metadata and controls

35 lines (21 loc) · 959 Bytes

Week 5

Synopsis

  • Regular lesson
  • Time: 1:40h

Table of Contents

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.

  • Show progress individually
  • Document your findings in the wiki (progress)
  • Work on front-end feature

Homework

  • Your job story should be finished by now. Make sure to finish HTML & CSS and that you start working on the client side JavaScript Enhancement.
  • 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