Category:Jsish: Difference between revisions

return inside try/catch is now supported
m (spacing and some prose change)
(return inside try/catch is now supported)
Line 14:
* No automatic semicolon insertion.
* Empty array/object elements are not supported.
* It is an error to use '''return''' inside of a try/catch body.
* The Error object is not implemented: the argument to '''catch()''' is a string.
* The Date object is not implemented: '''strftime/strptime''' are provided to replace the functionality.
Anonymous user