InterviewSolution
Saved Bookmarks
| 1. |
How Does Boolean Works With Coffeescript? |
|
Answer» in COFFEESCRIPT is same as other but INSTEAD of "True" or "False". In CoffeeScript, "True" is GENERALLY represented as "On" or "YES" and "False" is represented as "Off" or "No". in CoffeeScript is same as other but instead of "True" or "False". In CoffeeScript, "True" is generally represented as "On" or "Yes" and "False" is represented as "Off" or "No". |
|