This chapter provides insight on JavaScript fundamentals that are necessary in order to start working with React. The purpose of this chapter is to introduce you to the basic programming paradigm followed in JavaScript so that you can better understand React when it is introduced in the following chapter.
Even if you are new to JavaScript, you need not worry as this chapter shall provide you with all the knowledge you need to get started. You will begin with learning simpler concepts such as constants, variables, and control loops and will go all the way learning ...