Files
java-tutorials/play-framework/introduction/public/javascripts/hello.js
T

4 lines
89 B
JavaScript
Raw Normal View History

2016-09-13 18:52:27 +03:00
if (window.console) {
console.log("Welcome to your Play application's JavaScript!");
}