Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. My main takeaway from this is that the concepts we covered in Ruby in mod 1 remain unchanged, but there are some particular idiosyncracies in JS that we need to be aware of. The things that stood out are:
  2. - the use of "let" to define a binding (variable). I also like the tentacle analogy they made here, and think it may help mod 0 students to hear it regarding ruby as well.
  3. - Binding naming convention is going to take some getting used to. bindingNameHere
  4. - Looping appears almost identical to Ruby
  5. - Hopefully in future chapters I see more examples and clarification on side effects vs returns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement