Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

TypeError xxx is not a function Might Be A Missing Semi - Colon

When you get something like this :

TypeError: "output.jpg" is not a function
javascript
const output_tmp_path = "output.jpg"
javascript
const output_tmp_path = "output.jpg";

[] Figure out which version of javascript requires the semi - colons and which one doesn't.