issuer.html/js/playground.js

6 lines
99 B
JavaScript
Raw Normal View History

2017-11-08 22:32:55 +00:00
window.PLAYGROUND = function () {
'use strict';
console.log("Welcome to the Playground!");
};