SuperSimpleDev / javascript-course

594 stars 477 forks source link

changed alert('Loading...'); to console.log('Loading...'); in 4j.html… #100

Open TusharBhardwaj228 opened 2 months ago

TusharBhardwaj228 commented 2 months ago

… file

In excercise 4j, 'Loading' should be appear in console not in popup so changed alert('Loading...'); to console.log('Loading...');