1.

How Coffeescript Interpolates The Strings?

Answer»

The concept of Interpolation in CoffeeScript is same as Ruby. Most EXPRESSIONS of CoffeeScript are VALID INSIDE the #{...} interpolation SYNTAX.

The concept of Interpolation in CoffeeScript is same as Ruby. Most expressions of CoffeeScript are valid inside the #{...} interpolation syntax.



Discussion

No Comment Found