diff --git a/app.js b/app.js new file mode 100644 index 0000000..9b3a05a --- /dev/null +++ b/app.js @@ -0,0 +1,6 @@ +var once = true; + +while (once) { + once = false; + console.log("It works"); +}