a.) This forum is for JavaScript, and the thing you're asking about is in the DOM spec, which is a different thing.
b.) The error you're getting indicates that the classList property doesn't exist at all, possibly because you're on an old browser or have a typo or something. Removing a class which isn't present does in fact work fine.