Important Notice:

JavaScript Output

JavaScript Output

21 views 1 min read

JavaScript Output:-

JavaScript निम्नलिखित तरीकों से डेटा को प्रदर्शित (display) कर सकता है:

  1. innerHTML or innerText.
  2. document.write()
  3. window.alert()
  4. console.log()

  

JavaScript Output:-

JavaScript can display data in the following ways:

  1. innerHTML or innerText.
  2. document.write()
  3. window.alert()
  4. console.log()

Related Notes