Version 0.1.0-20

t1a07-decision-by-Fred.html

To my main page
Good reference to decisions

Note: ! = Not, && = AND, || = OR

Example input output code

      let myHour = 20
      if (myHour < 18) {
        let myGreeting = 'Good day';
      }
    

Example working code


...

Time for some personal examples


Hint: do you celebrate the towel day?
...




...

How are you feeling today?
Sad
Happy
Normal
I don't know
...

You say a number and I say its next, or its previous, whatever you want

Next
Previous
...

More examples coming soon (when I have more ideas)