NodeTest.js 105 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 'use strict'; var printFunc = function(name) { console.log(name); } printFunc('vscode & node.js');