No output when i run the below javascript and I am new to this, but I want to websites where it uses google maps API

47 views Asked by At

(Please convert this image of code to code) Javascript code as I'm not able to attach code

I am new to Javascript coding and getting error as shown in image

1

There are 1 answers

1
Gecko On

Looks like the '&' in the script src got replaced with encoded characters (%26). Replace those and it will work normally.