Back to Jams

2 Exercises JS

2 branches
Beginner
10 KLP

Jam's Description


Getting started with the Jam Platform

Goal

The goal of this Jam is to introduce you to the Test Driven Learning methodology. Each step is backen by a few tests. After fixing the tests for each step, you should follow these steps:
  • Commit your code with git add . && git commit -m "implemented the identity function"
  • Push your code with git push origin exercise-1

Before starting:

1- Run your tests in the terminal with `npm t` or `yarn test`
2- Optionally, you can run the tests in watch mode with `npm t -- --watch` or `yarn test --watch`
3

Todo

  • Implement the identity function in the src/identity.jsfile.
  • The identiy function takes one argument and returns that arguments.

Important note:

You cannot modify the tests suites. If you find an issue, please, let us know via email 007@jams.dev or via the platform.

What's next?

We have plenty of learning opportunities on the platform. Go head, try them and learn how to become a great software engineer. We're here to help so feel free to reach out to our team of mentors via 007@jams.dev.

List of content