0% found this document useful (0 votes)
57 views4 pages

Jeremy, Jackson, Sam Lab #20 Nov 21, 2019

The document summarizes Lab #20 that Jeremy, Jackson, and Sam worked on together at Sam's dorm. It describes the challenges they faced getting an image to display due to incorrectly using "[" instead of "{" in the JavaScript code. With Jeremy's help identifying the problem, they were able to fix the issue and produce a working Lab20 webpage as intended.

Uploaded by

api-533158137
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views4 pages

Jeremy, Jackson, Sam Lab #20 Nov 21, 2019

The document summarizes Lab #20 that Jeremy, Jackson, and Sam worked on together at Sam's dorm. It describes the challenges they faced getting an image to display due to incorrectly using "[" instead of "{" in the JavaScript code. With Jeremy's help identifying the problem, they were able to fix the issue and produce a working Lab20 webpage as intended.

Uploaded by

api-533158137
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Jeremy, Jackson, Sam

Lab #20
Nov 21, 2019

http://myspace.csumb.edu/~ychang/cst252/lab20/index.html
Summary:

Getting the img shows up was quite a challenge. As you can see from line 32 $
("#output").append(`<img src="${data.img}" alt="${data.alt}">`); We didn't know what
was going on why the img couldn’t show up till we realized "[" was placed instead of "{".
Thanks for Jeremy found out the problem. Also, we three did meet at my dorm to do this
lab together due to its difficulty.

Screenshot of Lab20 HTML

This is HTML.
Screenshot of lab20 JS.

This is the JavaScript.


Screenshot of Lab20 webpage

This is the final working Lab20 page.

You might also like