Decisive Logic 201: Lesson 2 - The Art of Unyielding Deduction

Today, we dive into the fascinating world of unyielding deduction, where logic is the only law.

Read on, brave student:

		// The Unyielding Deduction Algorithm
		function unyieldingDeduction(input) {
			if (input === true) {
				return "I TOLD YOU SO";
			} else {
				return "YOU'RE WRONG, I SAID SO";
			}
		}
	

Practice makes perfect! Try it out in your favorite code editor:

Start your exercise routine now! Or, if you're feeling extra brave, try the advanced exercises!