Coding Train Live 122: filter(), sort() and 2048

Subscribers:
1,740,000
Published on ● Video Link: https://www.youtube.com/watch?v=ze_o4YvZ6-s



Duration: 3:10:07
16,804 views
392


In this live stream, I continue the topic of higher order functions and cover the array functions "sort()" and "filter()." I rewrite the particle system coding challenge using higher order functions and attempt again to create a simple version of 2048 (this time in JavaScript!)

πŸ’» 2048 challenge https://thecodingtrain.com/challenges/94-2048

Timestamps:
17:38 - filter()
33:15 - sort()
50:21 - Higher order functions Particle System
1:34:08 - 2048 - part 1
2:27:54 - 2048 - part 2
2:48:23 - 2048 - part 3

References:
πŸ”— Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neural-Network-JS
πŸ”— Deeplearn.js: https://deeplearnjs.org/
πŸ”— ITP's ML5.js library: https://github.com/ITPNYU/ml5-js
πŸ”— Rajiv Shah's Projects Blog: http://projects.rajivshah.com/blog/2017/07/14/QuickDraw/
πŸ”— Arrays on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
πŸ”— Nature of Code p5.js examples: https://github.com/shiffman/The-Nature-of-Code-Examples-p5.js
πŸ”— Google Summer of Code 2018: https://summerofcode.withgoogle.com/
πŸ”— 2048 Game: https://gabrielecirulli.github.io/2048/
πŸ”— 2048 on Wikipedia: https://en.wikipedia.org/wiki/2048_(video_game)

Videos:
πŸŽ₯ My Neural Networks series: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh
πŸŽ₯ for...of video: https://youtu.be/Y8sMnRQYr3c

πŸš‚ Website: http://thecodingtrain.com/
πŸ‘Ύ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
🚩 Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
πŸ’‘ GitHub: https://github.com/CodingTrain
πŸ’¬ Discord: https://thecodingtrain.com/discord
πŸ’– Membership: http://youtube.com/thecodingtrain/join
πŸ›’ Store: https://standard.tv/codingtrain
πŸ–‹οΈ Twitter: https://twitter.com/thecodingtrain
πŸ“Έ Instagram: https://www.instagram.com/the.coding.train/

πŸŽ₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
πŸŽ₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA

πŸ”— p5.js: https://p5js.org
πŸ”— p5.js Web Editor: https://editor.p5js.org/
πŸ”— Processing: https://processing.org

πŸ“„ Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct







Tags:
JavaScript (Programming Language)
live
programming
daniel shiffman
creative coding
coding challenge
tutorial
coding
challenges
coding train
the coding train
nature of code
live stream
itp nyu
es6 arrow functions
es6 arrow
reduce es6
higher order functions javascript
es6 tutorial
es6 tutorial for beginners
es6 javascript
sort javascript
filter javascript
filter javascript array
particle system js
2048
2048 javascript
2048 game