UNPKG

closure-builder

Version:

Simple Closure, Soy and JavaScript Build system

8 lines (7 loc) 138 B
var hello = 'Hello'; var world = 'World'; var test = hello + ' ' + world; var showTest = function() { console.log(test); }; showTest();