I’m tasked with linking my js page and creating a JQuery object which Ive done below:
script type=‘text/javascript’ src=‘script.js’></script
$(document).ready();
Im 100% sure this is correct but for some reason the course keeps asking if I’ve assigned the src correctly, have I done something wrong or is this a bug?
Any help would be appreciated.