Saturday, January 6, 2018

javascript debugging

  • choose inspect element option  by right clicking on the html element of the html page and view its details in the inspector window
  • always open the console while running the javacript program. here the output or error is shown in the console as they happen
  •  always use console.log() function at appropriate places to check output.
  • onclick-calling-two-functions-simultaneously 
  •  

No comments:

Post a Comment