π¦ Welcome to Advanced Front End π¦
Posted on Nov 29th, 2021
β οΈ You only need to read this post if you are in the front end group
β Todayβs topics
- Return to JavaScript!
- the modern JavaScript ecosystem
- ES6 features
π Read | πΊ Watch | π§ Listen
These are required readings, videos, and/or podcasts. Read, watch, or listen, and take notes.
- π Modern JavaScript Explained for Dinosaurs
- π State of JS 2020 Survey Results -> Read the Introduction and Features sections; the rest you can skim, although itβs all pretty interesting.
- π§ How to think like a Front-End Developer -> Listen to the first episode with Eric Meyer, but all the episodes are really great!
- πΊ ES6 tutorial for beginners
- π React vs. Plain JavaScript -> This will be helpful background reading for our introduction to React tomorrow.
- πΊ Modern JavaScript for Django Developers
π» Write Code
Complete at least two exercises from this list on Exercism.io JavaScript Track:
- Isogram
- Scrabble Score
- ETL
- Simple Cipher
- Hamming
- Gigasecond
- Grade School
πΎ optional coding exercise
π Resources
- MDN: A Re-Introduction to JS
- JavaScript for React: A Cheat Sheet
- Make sure that Node and npm are installed on your computer -> You probably did this way back in the beginning but hereβs a link to the set up instructions in case you need it.