You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In M2 we identified differences between Ruby and JS that created stumbling blocks for students. We should call these out directly in the M1 JS Party exercises.
Invoking a function in JS requires ()
JS can use bracket or dot notation to access data in an object (hash)
In Ruby they can only access a data set within a method if they pass it as an argument. JS can access global variables.
The text was updated successfully, but these errors were encountered:
In M2 we identified differences between Ruby and JS that created stumbling blocks for students. We should call these out directly in the M1 JS Party exercises.
()
The text was updated successfully, but these errors were encountered: