diff --git a/2-js-basics/3-making-decisions/README.md b/2-js-basics/3-making-decisions/README.md index cabdf99d..a2d19856 100644 --- a/2-js-basics/3-making-decisions/README.md +++ b/2-js-basics/3-making-decisions/README.md @@ -161,6 +161,8 @@ Create a program that is written first with logical operators, and then rewrite Read more about the many operators available to the user [on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators). +Go through Josh Comeau's wonderful [operator lookup](https://joshwcomeau.com/operator-lookup/)! + ## Assignment [Operators](assignment.md)