Open Menu
Home
About
PI
Beginner's Blog
Learn More
Github
Posts
All Posts
All Tags
All Categories
Projects
[JS] 함수
📆 Created: 2024.11.10 Sun
Reading time ~1 minute
function
showshow
(
data
){
alert
(
data
);
}
showshow
(
'
test
'
);
JS
Share
Tweet
+1
/#disqus_thread
Please enable JavaScript to view the
comments powered by Disqus.