MCPcopy Create free account
hub / github.com/LinkedInLearning/javascript-essential-training-2832077 / handleClick

Function handleClick

01_01/Photo.js:31–33  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

29 }
30
31 const handleClick = (event) => {
32 onClick(event, { photo, index });
33 };
34
35 return (
36 <img

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected