Articles in this series
By Ifeanyi Omeata · These are some basic Javascript Topics: 1. Javascript Comments 2. JavaScript Variables and Datatypes 3. Escaping Literal Quotes 4....
By Ifeanyi Omeata · Hi, Let's talk about For of, For in, and ForEach methods of looping through objects. The method we choose is determined by the type...
By Ifeanyi Omeata · #1. Hi, Let's talk about Map method. Whenever we want to get values from an array we probably want to iterate with a looping function...
By Ifeanyi Omeata · #1. Hi, Let's talk about React Props. React props helps us to make our components reuseable. We will create contact cards for our...
By Ifeanyi Omeata · #1. Hi, I am going to continue from my previous post to talk about another way to style JSX component elements. In the previous post,...
by Ifeanyi Omeata · #1. Hi, we are going to understand how to perform inline styling on our jsx components. We will continue from where we stopped from...