Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Created June 12, 2017 13:55
Show Gist options
  • Select an option

  • Save rogerwschmidt/fee715542e871868b1afd8efdaa8280b to your computer and use it in GitHub Desktop.

Select an option

Save rogerwschmidt/fee715542e871868b1afd8efdaa8280b to your computer and use it in GitHub Desktop.

Warmup

In groups of 4, research and answer the following questions. At the end of the warmup, your groups will give a 5 minute presenations on what you have found.

  1. How do you add code snippets in slack? Give an example.
  2. How do you view closed pull requests in Github? You can look here
  3. What is Infinity in Javascript?
  4. What does Math.abs do in Javascript?
  5. What does Object.assign() do? Give an example
  6. What does Math.max.apply() do? Give an example
  7. In checking of even numbers, why is number % 2 === 0 better than !(number % 2)
  8. When using Object.keys() on an object, is the order of the keys in the returned arrary guaranteed?
  9. What are literal strings and how do you use them? Give an example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment