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
Disable UpdateExpression from Chapter 3 (#76)
* Disable UpdateExpression from Chapter 3
This is not a specified operator in the documentation
* move disalloed syntax to new file
* fix tsc errors
* Bump version
prepared for Week 7 (#71)
* prepared for Week 7
* return value undefined of display and error added
* error aborts the running program
* restriction to prevent hoisting
* adding block statements; refactoring all descriptions accordingly