Remove js app.js
article thumbnail

Capture Latitude and Longitude with xAPI (GeoLocation) and save to Learning Record Store [Part 2]

Julian Davis

We can add an external JS file and include this in the HEAD section of the HTML file, or we can include a SCRIPT tag. We will add a new file and keep all the JS seperate. Go ahead and create a new file called app.js This can be done in one of two ways. and then include it in the HEAD of the HTML file. <!doctype

xapi 130