commit 20e7aaa2c48fe502c399b1058b7cc11d3e316f1e Author: Alice Date: Sat Mar 21 13:11:30 2026 +0300 5,2.js version 1 diff --git a/5,2.js b/5,2.js new file mode 100644 index 0000000..fdcd74e --- /dev/null +++ b/5,2.js @@ -0,0 +1,6 @@ +let counter = 0; +let step = 4; +do{ + counter = counter + step; + console.log(counter); +} while(counter < 100) \ No newline at end of file diff --git a/javaScriptTester.html b/javaScriptTester.html new file mode 100644 index 0000000..6b96700 --- /dev/null +++ b/javaScriptTester.html @@ -0,0 +1,7 @@ + + + This goes in the tab of your browser + + + + \ No newline at end of file