|
Project Euler Solutions
|
Functions | |
| for (question in answers) | |
| after (()=>{process.stdout.write(benchmarkReport);}) | |
Variables | |
| const | benchmark = require('benchmark') |
| const | assert = require('assert') |
| const | answers |
| const | knownSlow = [] |
| let | benchmarkReport = '' |
| after | ( | () | , |
| {process.stdout.write(benchmarkReport);} | |||
| ) |

| for | ( | question in | answers | ) |

| const answers |
| const assert = require('assert') |
| const benchmark = require('benchmark') |
| let benchmarkReport = '' |
| const knownSlow = [] |
1.8.11