Skip to content

Muhammed-Nayeem/JavaScript-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recap JavaScript Programming

This branch is created for learning and exploring Javascript programming language from scratch. And all the concepts of Javascript Language will be recap and it'll published here as a module.

  • This Js Recap is for PH course.
function recapJavascript() {
  do {
    console.log("Keep Learning...!");
  } while (!succeed);
}

recapJavascript();