Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 396 Bytes

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();