jashkenas--coffeescript/documentation/js/interpolation_expression.js

5 lines
100 B
JavaScript

(function(){
var sentence;
sentence = '' + (22 / 7) + " is a decent approximation of π";
})();