Difference between revisions of "User:Kevinly/common.js"

From Course Wiki
Jump to: navigation, search
Line 1: Line 1:
 
importScript('User:Kevinly/hello-world.js');
 
importScript('User:Kevinly/hello-world.js');
  
testing...
+
console.log('hello there');
 +
 
 +
x = 2;
 +
 
 +
console.log(x);

Revision as of 22:44, 14 October 2022

importScript('User:Kevinly/hello-world.js');
 
console.log('hello there');
 
x = 2;
 
console.log(x);