mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-23 14:53:03 +02:00
moving videos down under sketchnotes
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# JavaScript Basics: Making Decisions
|
||||
|
||||
[](https://youtube.com/watch?v=SxTp8j-fMMY "Making Decisions")
|
||||
|
||||

|
||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||
|
||||
@@ -11,6 +9,8 @@ Pre-Lecture Quiz
|
||||
|
||||
Making decisions and controlling the order in which your code runs makes your code reusable and robust. This section covers the syntax for controlling data flow in JavaScript and its significance when used with Boolean data types
|
||||
|
||||
[](https://youtube.com/watch?v=SxTp8j-fMMY "Making Decisions")
|
||||
|
||||
## A Brief Recap on Booleans
|
||||
|
||||
Booleans can be only two values: `true` or `false`. Booleans help make decisions on which lines of code should run when certain conditions are met.
|
||||
|
Reference in New Issue
Block a user