textContent vs innerText - JavaScript Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 7

  • @respect-dev-w7n
    @respect-dev-w7n 7 หลายเดือนก่อน +1

    thank you.This video made me understand the differences

  • @Jtube0101Mega
    @Jtube0101Mega ปีที่แล้ว

    Great lesson! Thank you very much!

  • @abdih1230
    @abdih1230 2 ปีที่แล้ว +1

    That was very well explained :)

  • @avertry9529
    @avertry9529 2 ปีที่แล้ว +1

    Thanks.
    Could you not use console.time(myTest) console.timeEnd(myTest) than a separate package?

    • @OpenJavaScript
      @OpenJavaScript  2 ปีที่แล้ว

      You could use console.time() or performance.now() for this purpose.
      The difference between the two is that performance.now() is more precise.
      FYI: performance.now() is a native function not from an external package ;)

  • @prakharmishra-m5r
    @prakharmishra-m5r 2 หลายเดือนก่อน

    excellent