Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LinkedInLearning/javascript-essential-training-2832077
/ updateBackpack
Function
updateBackpack
02_04/backpack.js:1–5 ·
view source on GitHub ↗
(update)
Source
from the content-addressed store, hash-verified
1
const
updateBackpack = (update) => {
2
let
main = document.querySelector(
"main"
);
3
main.innerHTML = markup(backpack);
4
console.info(update);
5
};
6
7
const
backpack = {
8
name:
"Everyday Backpack"
,
Callers
1
backpack.js
File · 0.70
Calls
1
markup
Function · 0.70
Tested by
no test coverage detected