Sha256: 69563d3fcbae58112326d4da05e0c04861b70b7a17c44fd456dce5f6cca628c0

Contents?: true

Size: 1.43 KB

Versions: 84

Compression:

Stored size: 1.43 KB

Contents

# Robot Name

Manage robot factory settings.

When robots come off the factory floor, they have no name.

The first time you boot them up, a random name is generated in the format
of two uppercase letters followed by three digits, such as RX837 or BC811.

Every once in a while we need to reset a robot to its factory settings,
which means that their name gets wiped. The next time you ask, it will
respond with a new random name.

The names must be random: they should not follow a predictable sequence.
Random names means a risk of collisions. Your solution must ensure that
every existing robot has a unique name.

## Setup

Go through the setup instructions for JavaScript to install the
 necessary dependencies:

http://exercism.io/languages/javascript/installation

## Running the test suite

The provided test suite uses [Jasmine](https://jasmine.github.io/).
You can install it by opening a terminal window and running the
following command:

```sh
npm install -g jasmine
```

Run the test suite from the exercise directory with:

```sh
jasmine robot-name.spec.js
```

In many test suites all but the first test have been marked "pending".
Once you get a test passing, activate the next one by changing `xit` to `it`.

## Source

A debugging session with Paul Blackwell at gSchool. [http://gschool.it](http://gschool.it)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
trackler-2.2.1.139 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.138 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.137 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.136 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.135 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.134 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.133 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.132 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.131 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.130 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.129 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.128 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.127 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.126 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.125 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.124 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.123 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.122 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.121 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.120 tracks/javascript/exercises/robot-name/README.md