This website attempts to teach coding to first-time beginners who may have never written a line of code. If you enjoy puzzles and challenges, then programming might be for you.
Create an account and save your progress.
Return the input, x.
expected function behavior:
myFirstFunction(2) → 2 myFirstFunction(-27) → -27