This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
illiaKozyr
/
Homework
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
8
Pull Requesty
0
Wiki
Strom:
756bdce901
Větve
Značky
main
Homework
/
Fakogram REACT project
/
node_modules
/
des.js
/
test
/
fixtures.js
fixtures.js
100 B
Historie
Surový
1
2
3
4
5
'use strict';
exports.bin = function bin(str) {
return parseInt(str.replace(/[^01]/g, ''), 2);
}