UNPKG

functino

Version:

Like Javascript but different

9 lines (7 loc) 193 B
"use strict"; // run code in ES5 strict mode function helloWorld() { console.log("hello functino"); console.log("true is ", true); console.log("false is ", false); } helloWorld();