[Solved] Why does Typed.js not work for my case?


(Posted on behalf of the OP).

For anyone that doesn’t see the problem, its a syntax error because of the brackets next to the Comment.

var typed = new Typed(".typing", options);
}); <!-- problem is here -->

solved Why does Typed.js not work for my case?