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

Subscribers:
1,750,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