My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Anyone know any good online javascript checkers?

TheSheriff's photo
TheSheriff
·Jun 18, 2019

Asking for a friend........
I joke. I'm just curious to see there are any decent online javascript code checkers out there. I've tried a few but they all return that the following statement is correct:

document.getElementByID('dob').removeAttribute('readonly', 0);

Obvs if you have CI then this isn't really an issue but sometimes that's a bit overkill and this is for the times when CI doesn't exist.

If not maybe it would be good for someone to try and create - if peeps have the time?