What is JavaScript lexical scope?
JavaScript scope is basically the accessibility of variables or values within specific sections of your code during its execution....Fortune Ekeruo
Understanding the rules of the "this" keyword in JavaScript
To properly understand how the `this` keyword works in JavaScript you first need to understand its rules, and in this post I’ll go over them with some examples....Fortune Ekeruo
How to setup Github SSH connection
To setup a Github SSH connection these two things must be done, first generate SSH public and private keys, then add the generated public key to Github....Fortune Ekeruo