Created
January 24, 2023 04:07
-
-
Save silavsale/6d21ebeed7df0ff370072eed0392948d to your computer and use it in GitHub Desktop.
23Jan-js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data1 = 'Jordan Smith'; | |
const data2 = [].filter.call(data1, function(elem, index) { | |
return index > 6; | |
}); | |
// Що ми отримаємо в data2? |
sdktraceur
commented
Jan 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment