We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910e2cb commit df37529Copy full SHA for df37529
Interview-Questions/arrObj.js
@@ -169,3 +169,6 @@ class MyClass extends (String, Array) {
169
const a = new MyClass()
170
171
console.log(a instanceof Array); // true
172
+
173
+// OUTPUT
174
+["1101100000111110","1101110100011111"].map(s => String.fromCharCode(parseInt(s, 2))).reduce((acc, n) => acc + n, "");
0 commit comments