CPNT 262 Day 11 - Review!
Housekeeping
- Early dismissal at 11:30am
Vote for today's topics
-
Build a simple version of Namor
-
<template>
: The Content Template element- Tony's preferred way of adding HTML to a page using JS
-
Fizz Buzz spoiler
-
Sponge Bob mocking meme spoiler
-
SVG Hamburger Menu button
-
Dark Mode Toggle
-
fetch()
with.forEach()
-
Promises with the Deck API
2. Deck API Example
- Review of Fesal's Daily code
1. fetch()
with .forEach()
- Pattern: Entry list -> Display single item
- How to limit the display of a long list
- Pagination?
3. TBA
Prep
Extras
for
Loop
- Video:
for
Loop by Mosh Hamedani - Looping code: The standard
for
loop