The following JS:
(function() { \"use strict\"; $(\"#target\").click(function(){ console.log(\"clicked\"); }); }());
Yields:
To fix this error when using the online JSHint implementation: