scrimba
Build Components in HTML, CSS & JS
Gallery with Key Click - The JS πŸ’»
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Gallery with Key Click - The JS πŸ’»
AboutCommentsNotes
Gallery with Key Click - The JS πŸ’»
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Component 5 - Gallery with Key Click</title>
</head>
<body>

<img class="img-main" src="" alt="">

<script type="text/javascript" src="index.js"></script>
</body>
</html>
Console
!
Error: Unknown error
,
/index.html
-8:58