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

Lines changed: 3 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy