Hello Codeamn! feat. JavaScript

Easy
3
58.3% Acceptance

Welcome to your first-ever exercise Lab on Codedamn. Take a moment to explore the playground and the different parts of the playground.

This lab is designed to get you familiar with codedamn Playgrounds. You should have an editor along with a terminal window below the editor on your playground.

The editor is where all the code gets written, you code you write is then compiled by a currently running process in the terminal and serves as a web page for you to view your changes instantly.

Task

In this lab, you've been given a very simple Hello World Playground for JavaScript, your task is to change the text to Hello Codedamn! in the greet function, and make sure to add the exclamation mark in the return string.

Once you've changed the text, you can run your code using the Run button that is available in the top bar, on clicking on the button you should see the output in the Terminal. You've made your first edit on the codedamn playgrounds! Kudos 🎉

Now, run the tests on your lab to verify the text that you've changed by clicking on the Run Tests button at the bottom left on your playground