We're a place where coders share, stay up-to-date and grow their careers.
I have the opposite! Now I have to kick myself every time I write document.getElementByID('#some-id'). 😅
document.getElementByID('#some-id')
I'm forever missing out the dot for a class so made a snippet that does it for me
I have the opposite! Now I have to kick myself every time I write
document.getElementByID('#some-id')
. 😅I'm forever missing out the dot for a class so made a snippet that does it for me