3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
if (window.console) {
|
|
console.log("Welcome to your Play application's JavaScript!");
|
|
} |