Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 782 Bytes

questions.md

File metadata and controls

22 lines (16 loc) · 782 Bytes

What is this?

This is simply a list of questions I've gotten so far that I want to have so I remember to make content for them later. (Because slack erases messages on a whim when you're on the free plan)

You can safely ignore this file, or open an issue and ask a new question!

Suggestions

  • A watered down Twitter clone application
  • More ES6 talk and discussion on ES6 topics and usage
  • Talk about higher order functions like reduce, map, and filter
  • Syntax stuff like Ternary operators
  • Common and useful design patterns and architecture
  • Perhaps throwing together some CSS Grid examples and training

Questions

  • More info about what these do, and when to use them:
app.use(express.urlencoded({ extended: true }));
app.use(express.json());