We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3587d57 commit c03b6f7Copy full SHA for c03b6f7
Medium Difficulty/binaryConverter2.js
@@ -0,0 +1,6 @@
1
+// coderbyte solution for binary converter
2
+// splashinn
3
+
4
+function BinaryConverter(str) {
5
+ return parseInt(str, 2);
6
+}
0 commit comments