• Home
  • About
    • PI photo

      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