Fix some errors and bugs.
- Unexpected Results: object.attr || true (-> always true) is completly different than object.attr !== undefined ? oject.attr : true (-> if attr is defined then attr else true) - Adding few semicolon at the end of some instructions. - Adding few comments to improve reading comprehension.
Showing
Please register or sign in to comment