Sign in
Log inSign up

Anyone know any good online javascript checkers?

Hipkiss's photo
Hipkiss
·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?