5,2.js version 1
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
let counter = 0;
|
||||||
|
let step = 4;
|
||||||
|
do{
|
||||||
|
counter = counter + step;
|
||||||
|
console.log(counter);
|
||||||
|
} while(counter < 100)
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head> <title>This goes in the tab of your browser</title></head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript" src="5,2.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user