issuer.html/js/playground.js

6 lines
99 B
JavaScript

window.PLAYGROUND = function () {
'use strict';
console.log("Welcome to the Playground!");
};