OriginCodeAcademy / Cohort10

Projects, code tests and resources for the 10th cohort of Origin Code Academy
4 stars 2 forks source link

09-WeatherApp #112

Open stephenprosso opened 7 years ago

stephenprosso commented 7 years ago
  1. Where can I find your repository? (Paste the url of your repository below)

https://github.com/stephenprosso/WeatherApp

  1. What does it mean when an action is idempotent? an action that will behave the same across multiple requests.

  2. Were the actions you performed against the Weather API idempotent? yes we were always receiving the same name of the objects, with different values.

  3. Curveball! Explain the difference between implicit and explicit coercion. implicit coercion is when the computer does it automatically, explicit you need to use a method or parentheses to coerce.