Essential JavaScript debugging tools for the modern detective by Rebecca Hill | JSConf Budapest 2019

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

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

  • @JohnSmith-rn3vl
    @JohnSmith-rn3vl 5 ปีที่แล้ว +12

    I've been writing JS for 15 years and didn't know 25% of these tips ... of which I think 15% are going to save me a ton of time. This talk is a must have for every JS developer, great job!

  • @manjurulislamkhan4722
    @manjurulislamkhan4722 3 ปีที่แล้ว

    Are you serious! ? I started watching this with a lot of skepticism, but what a pleasant surprise! Thank you so much for this!

  • @LupeMaydana1
    @LupeMaydana1 4 ปีที่แล้ว +1

    Just console.dir will make my life soooo much easier!
    Amazing talk!!!

  • @Xxp0r
    @Xxp0r 5 ปีที่แล้ว +1

    Kia ora Rebecca, great to see a Kiwi at jsconf and great talk on debugging going further than console.log.

  • @PayneDeathz
    @PayneDeathz 3 ปีที่แล้ว

    I never knew about the local scopes after you use the debugger statements, this will definitely be a game changer for me!

  • @Aryabarta-ghxy
    @Aryabarta-ghxy 2 ปีที่แล้ว

    Thank you for sharing these EXCELLENT tips

  • @manantank
    @manantank 3 ปีที่แล้ว

    I thought I knew how to debug pretty well - half the stuff she mentioned I didn't knew. Wow 😮

  • @MA-uy9hw
    @MA-uy9hw 3 ปีที่แล้ว

    Great information and presentation

  • @TheMalni
    @TheMalni 4 ปีที่แล้ว +1

    Greate video, learned a lot, I'm definitely going to try at least some of the tips mentioned in the video ❤️ Thanks for uploading!

  • @lefxxwill7740
    @lefxxwill7740 4 ปีที่แล้ว

    such a valuable talk! I'm still so mystified by debugging because you indeed never learn it. Thanks a lot!

  • @DS-zr9gv
    @DS-zr9gv 3 ปีที่แล้ว

    Super useful!

  • @adisreyaj
    @adisreyaj 5 ปีที่แล้ว

    Thanks for the great talk.

  • @Odinshi
    @Odinshi 5 ปีที่แล้ว +3

    Console.table blew my mind, well worth the watch just for that, the rest was also good though :)

  • @Elduque40
    @Elduque40 5 ปีที่แล้ว

    That was lovely.

  • @stannone7272
    @stannone7272 5 ปีที่แล้ว +1

    HOLY SHIT! 07:00

  • @sureshrampaul6810
    @sureshrampaul6810 3 ปีที่แล้ว

    SELECT DISTINCT(salary) FROM employee ORDER BY salary DESC LIMIT n,1

  • @jamespalmisano
    @jamespalmisano 4 ปีที่แล้ว

    Console: th-cam.com/video/TtsvMRxmfGA/w-d-xo.html
    dev tools: th-cam.com/video/TtsvMRxmfGA/w-d-xo.html
    Performance: th-cam.com/video/TtsvMRxmfGA/w-d-xo.html

  • @hdching
    @hdching 5 ปีที่แล้ว

    Useful