diff --git a/2-js-basics/3-making-decisions/README.md b/2-js-basics/3-making-decisions/README.md index e21de935..a185c30b 100644 --- a/2-js-basics/3-making-decisions/README.md +++ b/2-js-basics/3-making-decisions/README.md @@ -6,8 +6,6 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/11) - 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 [![Making Decisions](https://img.youtube.com/vi/SxTp8j-fMMY/0.jpg)](https://youtube.com/watch?v=SxTp8j-fMMY "Making Decisions") @@ -205,8 +203,6 @@ Create a program that is written first with logical operators, and then rewrite ## Post-Lecture Quiz -[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/12) - ## Review & Self Study Read more about the many operators available to the user [on MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators).