yeehanchung / linkedin-javascript-code-challenges

Solutions for JavaScript Code Challenges, a LinkedIn course by Emma Bostian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Code Challenges (LinkedIn course)

I find the code challenges short and sweet, and already become my go-to reference materials. Time well-spent in taking this course.

By Emma Bostian | Course link

  • Challenge 1: Function + Class + Prototype
  • Challenge 2: Inheritance
  • Challenge 3: Filter
  • Challenge 4: Inheritance
  • Challenge 5: Symbols (create private variables)
  • Challenge 6: Callback function (asynchronous programming)
  • Challenge 7: De-structuring objects + arrays
  • Challenge 8: Closure
  • Challenge 9: Reduce
  • Challenge 10: Sets + flat()
  • Challenge 11: Generators (deprecated, replaced with Async/await)
  • Challenge 12: Recursion
  • Challenge 13: Async/await
  • Challenge 14: RegExp + trim() + replace()
  • Challenge 15: RegExp + Ternary operator

About

Solutions for JavaScript Code Challenges, a LinkedIn course by Emma Bostian


Languages

Language:JavaScript 72.9%Language:HTML 27.1%