Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements
==> Learning Fundamentals of Programming and clean code principle by building a mini project, (Monster Killer Game) Variables, functions, control statement, loops
A simple and basic 2-player dice game created in mid-November 2020 as part of the first "Boss Level Challenge" from the Web Development Bootcamp. Used my knowledge of the Document Object Model (DOM) with basic JavaScript concepts in order to select and manipulate elements of my website. Opening the page and every subsequent refresh will roll a random dice value for Player 1 and Player 2, which is used to declare a winner or a draw.