public/subjects/returns
davhojt 4bb2147297
docs(returns): correct grammar
2022-04-30 00:03:46 +01:00
..
README.md docs(returns): correct grammar 2022-04-30 00:03:46 +01:00

README.md

Returns

Instructions

Create the following functions:

  • id that takes one argument and returns it.
  • getLength that takes an array or a string and returns its length.

Notions