I saw many young guys wasting their time by bing watch which is not useful and you are awesome. Great Job!! all the best for fantastic future.Savio Martin
I think minor typo at very first heading "Get Value of a brower Cookie" should be browser
Excellent write-up, Savio. You can find a few more JavaScript tips here.
Thanks for the efforts!
Good job, I really like the list!
I have recently played with window.getSelection(); and if you are using it in an .addEventListener('click'=>{}); function and you click on a non-text area, you will always get the first element that is in the horizontal line of the window. That happens because the caret is always at the start of the window and will give you the next element that is in the line since it counts it as selected.
I found that a bit unexpected but it works like that. Keep up the good work!
Nice blog bro.
Plus I love this page's light theme more than the dark one.
Dave Bray
Hey Savio - loved your one liners and used the isDateValid one ... until
On iOS new Date('2009-10-11 11:01:01') is Invalid
on Chrome new Date('2009-10-11 11:01:01') Sun Oct 11 2009 11:01:01 GMT+1000 (Australian Eastern Standard Time)
clearly I'm in Oz ...
It's hard to debug iOS as I use Win11
cheers