|
|
|
@ -15,16 +15,17 @@ 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
|
|
|
|
|
|
|
|
|
@ -34,4 +35,4 @@ be compared to strings, strings to booleans, etc.
|
|
|
|
|
|
|
|
|
|
## Example projects
|
|
|
|
|
|
|
|
|
|
N/a
|
|
|
|
|
N/A
|
|
|
|
|