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.119 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.118 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.117 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.116 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.115 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.114 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.113 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.111 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.110 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.109 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.108 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.107 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.106 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.105 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.104 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.103 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.102 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.101 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.100 tracks/javascript/exercises/robot-name/README.md
trackler-2.2.1.99 tracks/javascript/exercises/robot-name/README.md