Hello world! I am a MS Computer Science student and a Fullstack developer. I started this blog in order to collate the things I learn in Computer Science in general.
When to use for..of and for..in in Javascript? Looping through Arrays and Objects By definition, the main difference between for..of and for..in is on where each of them looks as they loop through an array or object. As explained on Stackoverflow by ...
Short notes on Javascript Promise, .then(), and .catch() What is Promise? Promise is an object that may produce a single value (could be either a resolve value or an reject value in the future. ( Medium - Eric Elliott) A promise could be chained with...
I enrolled only as a part time student in the university but the workload is still pretty overwhelming. Prolly because I came from a very different background in my undergraduate. For instance, I have to learn or at least skim thru the discrete mathe...
Test post