Skip to content

Commit df37529

Browse files
authored
Update arrObj.js
1 parent 910e2cb commit df37529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Interview-Questions/arrObj.js

+3
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@ class MyClass extends (String, Array) {
169169
const a = new MyClass()
170170

171171
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

Comments
 (0)