From 623e4c4e52491a1f99d8e03e42a7fe0fd5967dfe Mon Sep 17 00:00:00 2001 From: "sacha.serny" Date: Thu, 24 Mar 2022 08:23:03 +0100 Subject: [PATCH] 1er push --- app.js | 5 +++++ index.html | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index e69de29..c747a57 100644 --- a/app.js +++ b/app.js @@ -0,0 +1,5 @@ +var machine_coins = 1000 +var player_coins = 100 +function nbAlea() { + return Math.floor(Math.random() * 10) +} \ No newline at end of file diff --git a/index.html b/index.html index 39cf244..0a98982 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ - MSJS + Document - - - + + + \ No newline at end of file