Creating an “Accurate” JavaScript Timer Function in ReactIn JavaScript, the way to schedule something to happen at a specific time in the future is with the setTimeout or setInterval methods. For…Oct 22, 2018A response icon1Oct 22, 2018A response icon1
What is an Array-Like-Object?While learning about JavaScript, you may have come across the term ‘Array-like-Object’ a couple of times. Here are a few examples of…Oct 5, 2018A response icon1Oct 5, 2018A response icon1
JavaScript Interview QuestionsI recently had a phone interview and was asked some questions that I could have answered better. The purpose of this series of blog posts…Oct 2, 2018Oct 2, 2018
The JavaScript Event LoopHow JavaScript can be single threaded and asynchronous.Oct 2, 2018Oct 2, 2018
Hiding Variables and Closure in JavaScriptI recently had a phone interview and was asked some questions that I could have answered better. The purpose of this series of blog posts…Oct 1, 2018Oct 1, 2018
Passing an Array to a Function as a Value in JavaScriptUsing Spread Operators and Rest ParametersApr 6, 2018Apr 6, 2018