From 38a1bb3c4749d08dbb68ecc23e65421bd39e8676 Mon Sep 17 00:00:00 2001 From: aryandas2911 Date: Wed, 16 Jul 2025 11:06:35 +0530 Subject: [PATCH] Removed non-functional links --- 2-js-basics/3-making-decisions/README.md | 4 ---- 1 file changed, 4 deletions(-) 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).