If you’ve done Exercise 1 and want more practice, here are some data items and starter JSX for displaying the… Read more React Props & State: Extra Practice
Author: Natalie
React Props & State: Exercise 2 – State
This is the second exercise in the series. You may want to start with the first one. React is a… Read more React Props & State: Exercise 2 – State
React Props & State Exercise 1 – Props
React is a JavaScript library for building dynamic websites. It works by reacting to changes in the data, and making… Read more React Props & State Exercise 1 – Props
CSS Target Practice – Flexbox
Let’s do some target practice! Try to make this HTML: Look like this: Here’s a full-size screenshot you can reference:… Read more CSS Target Practice – Flexbox
Callback Functions Challenge: For Each
The .forEach() array method has ceased to exist and everyone is panicking! How will they ask Javascript to run a… Read more Callback Functions Challenge: For Each
Git & GitHub Workflow for Beginners
There are many different ways to use Git & GitHub in a project, depending on the needs and structure of… Read more Git & GitHub Workflow for Beginners
Git & GitHub Cheat Sheet for Beginners
There are many different ways to use Git & GitHub in a project, depending on the needs and structure of… Read more Git & GitHub Cheat Sheet for Beginners
For Loops Practice: Shopping Basket
Let’s practice with Javascript for and for-of loops. Review Remember, a for loop in Javascript works like this: And a… Read more For Loops Practice: Shopping Basket
For Loops Practice: Shopping Basket – Hints
If you’re working on the Shopping List Challenge and feeling a bit stuck, here are some hints to get you… Read more For Loops Practice: Shopping Basket – Hints