From c55102bb0a74571738d666a14d51297b3ea9f9a2 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Tue, 12 Mar 2019 18:48:37 +0200 Subject: [PATCH] added Trello Board to True or False --- Projects/True-or-False-App.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Projects/True-or-False-App.md b/Projects/True-or-False-App.md index b20eb710..512ac0be 100644 --- a/Projects/True-or-False-App.md +++ b/Projects/True-or-False-App.md @@ -5,33 +5,34 @@ conditional expressions like `x === y`. This is a bit more involved for Javascript developers who must also understand the concept of _truthiness_. TrueOrFalse helps by displaying the result when a conditional operator is -applied to two values. Users can use this to test their knowledge and -explore edge cases. +applied to two values. Users can use this to test their knowledge and +explore edge cases. The two values and the conditional operator are entered by the user and the -result to be displayed will be TRUE or FALSE. The implemenation must not use +result to be displayed will be TRUE or FALSE. The implemenation must not use the `eval()` function to generate the result of the conditional. ## User Stories - [ ] User can enter two strings to be compared -- [ ] User can enter a valid Javascript conditional operator to be used -to compare the two strings +- [ ] User can enter a valid Javascript conditional operator to be used to compare the two strings - [ ] User can see the result of the conditional as TRUE or FALSE -- [ ] User can see a warning if the input strings or conditional operator -that has been entered is not valid. +- [ ] User can see a warning if the input strings or conditional operator that has been entered is not valid ## Bonus features -- [ ] User can specify the type of each of the two strings so numbers can -be compared to strings, strings to booleans, etc. +- [ ] User can specify the type of each of the two strings so numbers can be compared to strings, strings to booleans, etc + +## Trello Board + +You can track your progress by cloning this [Trello Board](https://trello.com/b/opv2KRXy/true-or-false) ## Useful links and resources -- [Comparison Operators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) -- [Conditional Javascript for Experts](https://hackernoon.com/conditional-javascript-for-experts-d2aa456ef67c) -- [Truthy and Falsy: When all is not equal in Javascript](https://www.sitepoint.com/javascript-truthy-falsy/) +- [Comparison Operators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) +- [Conditional Javascript for Experts](https://hackernoon.com/conditional-javascript-for-experts-d2aa456ef67c) +- [Truthy and Falsy: When all is not equal in Javascript](https://www.sitepoint.com/javascript-truthy-falsy/) ## Example projects -N/a +N/A