schewed / javascript_mini_bootcamp_i

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack Reactor: JavaScript Mini Bootcamp I

Welcome to part one (of two) of Hack Reactor's JavaScript Mini Bootcamp. You're here to solidify your understanding of fundamental JavaScript concepts. In today's session we'll be covering the following topics:

  • Part I: Foundations of Programming
  • Part II: Functions
  • Part III: Booleans, Comparisons & Conditionals
  • Part IV: Logical Operators & Advanced Conditionals
  • Part V: Variables

Each section consists of a lecture followed by a set of self-guided exercises. The self-guided exercises can be found in each section's respective folder in this repository. Before getting started, make sure that you have a JavaScript console open (like repl.it), so you can complete all of the exercises.

IMPORTANT: Completion of this workshop is no guarantee of admission into the Hack Reactor immersive program, nor does it have any influence in the admissions process.

Textbook

No textbook is required for this workhop. All materials are included in this GitHub repo.

Technical requirements

Laptop, Google Chrome browser and a text editor. If you do not have a text editor, we recommend Sublime Text, Atom or Visual Studio Code.

Don't forget..

You should throroughly read all of code in front of you and aim to understand line-by-line what is happening.

About