Β© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
question regarding events in this example - Kevin Powell - Community
KP-C
Kevin Powell - Community
β’
2y ago
β’
7 replies
theboyduddus
question regarding events in this example
Hello guys I am new at learning js and I am struggling with events a little bit
, for example here in this example
:
const buttonContainer
= document
.querySelector
(
"
.button
-container
"
)
;
buttonContainer
.addEventListener
(
"click
"
, function
(event
)
/
/ what is event here inside of the parenthesis
{
alert
(
You clicked on button ${event.target.innerText}
You clicked on button ${event.target.innerText}
)
}
)
;
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time π.
35,928
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
question regarding functions in js
KP-C
Kevin Powell - Community / front-end
2y ago
question regarding "key" in js
KP-C
Kevin Powell - Community / front-end
3y ago
Question regarding images in css
KP-C
Kevin Powell - Community / front-end
3y ago
Question regarding "positions" in CSS
KP-C
Kevin Powell - Community / front-end
3y ago