0
Under review

how to link html to js? mine is not working

pauuuuuuuuuuuuuu 3 days ago in iPad updated by Alexander Blach (Developer) 2 days ago 2

<script src=“script.js”><script>

Under review

The important part is to make sure that your HTML and JS file is stored in the same folder somewhere in "Local Files", "iCloud" or in a folder added using "Add External Folder…". 

Also, make sure to use regular quotation marks for the src attribute:

<script src="script.js"><script>