Coding Challenge #120: Bit Shifting
In this coding challenge, I talk about bitwise operations, and more specifically, bit shifting. Code: https://thecodingtrain.com/challenges/120-bit-shifting
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/Hk8CVYvi7
π₯ Previous video: https://youtu.be/meGcdIoTYgw?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π Ternary Operator: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator
π½ The Modulo Operator with Golan Levin: https://www.youtube.com/watch?v=r5Iy3v1co0A
Videos:
π΄ Coding Train Live 157: https://youtu.be/jSzmac4Rri8?t=6520s
Related Coding Challenges:
π #119 Binary to Decimal Conversion: https://youtu.be/meGcdIoTYgw
π #117 Seven-Segment Display: https://youtu.be/MlRlgbrAVOs
Timestamps:
0:00 Hello!
1:07 What is bit-shifting?
4:23 Let's start implementing
6:49 A function to shift bits
7:55 implementing decimal to binary conversion
14:46 We can now bit shift!
15:51 Inverting the colors
16:59 Thank you for watching!
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
π 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
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#binarynumbers #math #p5js #javascript