Exercice 1 16h40
This commit is contained in:
14
TD1/js/main.js
Normal file
14
TD1/js/main.js
Normal file
@ -0,0 +1,14 @@
|
||||
console.log("JavaScript is linked");
|
||||
|
||||
function init(){
|
||||
sayHello();
|
||||
defTitre1();
|
||||
}
|
||||
|
||||
function defTitre1(){
|
||||
console.log(defTitre1());
|
||||
}
|
||||
|
||||
function sayHello() {
|
||||
console.log("Hello Everypony !");
|
||||
}
|
Reference in New Issue
Block a user