Skip to content

Convert a Number to a String! #1

Description

@hellocan

We need a function that can transform a number into a string.
What ways of achieving this do you know?

Examples:
numberToString(123); // returns '123'; numberToString(999); // returns '999';

Your test cases:
Test.expect(numberToString(67) === '67');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions