I'm currently working on creating a calculator and ran into an issue when trying to assign a value from the input type provided.
<input type="number" id="intype">
This resulted in generating an error. You can view the image of the specific error here.