A Note from kestas.kuliukas.com rewritten using arrow function/const.
const fact = (n) => n === 1 ? 1 : n*fact(n-1)
- factory
fact
function
const makeFact = givenFact => n => n === 1 ? 1 : n*givenFact(n-1)
A Note from kestas.kuliukas.com rewritten using arrow function/const.
const fact = (n) => n === 1 ? 1 : n*fact(n-1)
fact
functionconst makeFact = givenFact => n => n === 1 ? 1 : n*givenFact(n-1)
const fs = require('fs'); | |
const path = require('path'); | |
const chalk = require('chalk'); | |
const walk = require('fs-walk'); | |
function transform(fileContent) { | |
const result = fileContent; | |
if (!fileContent.includes('angular.module')) { | |
return result; |
gpg --armor --gen-random 2 64 |
Homebrew build logs for curl on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:40:40 |
Homebrew build logs for cvsync on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:39:38 |
Homebrew build logs for ctunnel on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:37:32 |
Homebrew build logs for csup on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:33:55 |
Homebrew build logs for cpprestsdk on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:32:36 |
Homebrew build logs for cppcms on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:31:09 |