Skip to content

Instantly share code, notes, and snippets.

@McLarenCollege
Last active December 29, 2022 22:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McLarenCollege/2853a79584f060459f804a04a558149f to your computer and use it in GitHub Desktop.
Save McLarenCollege/2853a79584f060459f804a04a558149f to your computer and use it in GitHub Desktop.
Exercise : 700 divided by 32

Write code to calculate the value of 700 divided by 32, and store the answer in a new variable called result.

CODE TEMPLATE


let result = ;// WRITE YOUR CODE HERE
console.log(result);

COPY THE CODE INSIDE THE TEMPLATE INTO THE CODE BOX IN THE AIRTABLE SUBMISSION FORM.

@McLarenCollege
Copy link
Author

Please dont post your answer here

@zeecaptchaatyou
Copy link

I don't understand this Sir/Ma'am.
Can I go ahead and ask further questions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment