JS .reduce()This article will be one of three. All these three do is simply is iterate through an array and each one will return an array based on the…Apr 7, 2021Apr 7, 2021
TernaryWe often come across times when we want to render code depending on a certain condition. By now you all have most likely heard of the ‘if…Apr 6, 2021Apr 6, 2021
Javascript ScopeWhen it comes to talking about scope in Javascript, we are referring to variables, and where you can access those variables in your code.Apr 6, 2021Apr 6, 2021
Javascript HoistingToday I will go over a Javascript topic that a lot of interviewers are going to ask about, and is something you should know. Reason being…Apr 6, 2021Apr 6, 2021
Asynchronous JSWorking with Javascript Asynchronous and knowing how and why it is asynchronous will better help you understand the language and overall…Mar 30, 2021Mar 30, 2021
Study Smarter Not HarderWhen it comes to studying, we all have our own way of going about this.Mar 16, 2021Mar 16, 2021
Tech and The Imposter SyndromeAt some point in our journey of learning how to code, we have all felt like this guy.Mar 3, 2021Mar 3, 2021