Skip to content

Instantly share code, notes, and snippets.

@C-Lion
Created November 24, 2017 00:01
Show Gist options
  • Save C-Lion/b5c93dce3f4c72cb40a689e2f5fb8a2c to your computer and use it in GitHub Desktop.
Save C-Lion/b5c93dce3f4c72cb40a689e2f5fb8a2c to your computer and use it in GitHub Desktop.
JitteryFatherlyAzurewingedmagpie-1 created by C_Lion - https://repl.it/@C_Lion/JitteryFatherlyAzurewingedmagpie-1
/* Challenge - Practice using Numbers
Challenge - Create an Arithmetic Expression that uses three mathematical operators (+,-,/,*) that returns the date
of the current year.
EX: 2000 + 18 - 2 * 1;
Challenge 1: Current Year - WRITE CODE BELOW
*/
2000+20-3*1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment