Sha256: 368525c550bd15488768659cb55ca33f70658b29b7083ad24cc9ffd8f28bdd91

Contents?: true

Size: 871 Bytes

Versions: 127

Compression:

Stored size: 871 Bytes

Contents

# Gigasecond

Calculate the moment when someone has lived for 10^9 seconds.

A gigasecond is 10^9 (1,000,000,000) seconds.

## Setup

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

http://exercism.io/languages/ecmascript

## Requirements

Install assignment dependencies:

```bash
$ npm install
```

## Making the test suite pass

Execute the tests with:

```bash
$ npm test
```

In the test suites all tests but the first have been skipped.

Once you get a test passing, you can enable the next one by
changing `xtest` to `test`.


## Source

Chapter 9 in Chris Pine's online Learn to Program tutorial. [http://pine.fm/LearnToProgram/?Chapter=09](http://pine.fm/LearnToProgram/?Chapter=09)

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

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
trackler-2.2.1.159 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.158 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.157 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.156 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.155 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.154 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.153 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.152 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.151 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.150 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.149 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.148 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.147 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.146 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.145 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.144 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.143 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.142 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.141 tracks/ecmascript/exercises/gigasecond/README.md
trackler-2.2.1.140 tracks/ecmascript/exercises/gigasecond/README.md