Projekt

Obecné

Profil

Stáhnout (100 Bajtů) Statistiky
| Větev: | Revize:
1
'use strict';
2

    
3
exports.bin = function bin(str) {
4
  return parseInt(str.replace(/[^01]/g, ''), 2);
5
}
(4-4/5)