diff --git a/tabs.js b/tabs.js index d0d3158..c367854 100644 --- a/tabs.js +++ b/tabs.js @@ -1,5 +1,5 @@ 'use strict'; - -while (true) { +let spaces = true; +while (spaces) { console.log('SPACES FOREVER! <3'); }