Developer Introduction to p5.js✌ p5.js is written in JavaScript but originally it is Processing (https://processing.org/). Processing is a visual coding tool for visual arts. The interesting is that processing is not
Code.org AppLab-A Simple Arithmetic Quiz App Do you like to keep the coding skill alive or want to learn basic javascript? try code.org labs. I built a simple arithmetic quiz app and this is how
Coding Promises (Part 2 ) - Async Await & Promises Promises As the term suggests , Promise is a promise that tells us that something (either the value or the reason it doesn't have value )will be available in the future.
Developer Promises ( PART 1 ) - Asychronous Code & Callbacks ! What do you think a Promise is ? It's not that Complicated . In this blog I'll try and break it to you guys in very simple terms what are these and