Problems snippet
This snippet shows how to add problem or warning annotations in the editor.
function hello() { consle.log("Hello word"); } function done() { console.log("done") }