DEV Community

LuisTS
LuisTS

Posted on

5 2

Hi!

<script>
  alert('Help World!');
</script>

Top comments (3)

Collapse
 
growthfyi profile image
Ankit • Edited
<button onclick="devTo()">Try it</button>

<script>
function devTo() {
  var txt;
  if (confirm("Human? Press Ok")) {
    txt = "Welcome To the community human!"; //OK key pressed
  } else {
    txt = "Bot Bot, go away"; //cancel key pressed
  }
  window.alert(txt);
}
</script>
Collapse
 
terkwood profile image
Felix Terkhorn

Greetings! 👋

Collapse
 
muhimen123 profile image
Muhimen

Help(?) World!
Welcome to the Dev community. 😉

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post