i am very new to javascript. i need to be able to add a picture to a slide show that i have already created.
the function i currently have:
function addImg() {
var a =prompt("Enter the Url of your image","")
pics.push('a');
i am missing something from getting it work properly
the function i currently have:
function addImg() {
var a =prompt("Enter the Url of your image","")
pics.push('a');
i am missing something from getting it work properly