https://github.com/yeehanchung/linkedin-javascript-code-challenges
Solutions for JavaScript Code Challenges, a LinkedIn course by Emma Bostian
https://github.com/yeehanchung/linkedin-javascript-code-challenges
code-challenges javascript
Last synced: 3 months ago
JSON representation
Solutions for JavaScript Code Challenges, a LinkedIn course by Emma Bostian
- Host: GitHub
- URL: https://github.com/yeehanchung/linkedin-javascript-code-challenges
- Owner: yeehanchung
- Created: 2022-01-16T06:23:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T15:48:44.000Z (over 3 years ago)
- Last Synced: 2025-01-16T04:40:53.218Z (4 months ago)
- Topics: code-challenges, javascript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.linkedin.com/learning/javascript-code-challenges/put-your-javascript-skills-to-the-test?autoAdvance=true&autoSkip=false&autoplay=true&resume=true)
- 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