We're a place where coders share, stay up-to-date and grow their careers.
Hello everyone,, I want answer for this problem in JavaScript. const a = 'abcdefghijklmnopqrstuvwxyz' //Result ['abc','def','ghi',....] Can someone explain!?? Thanks in Advance 🙂🙂
it looks like slicing the output into 3chars-of string
S,, finally I did that... ;)
Hello everyone,, I want answer for this problem in JavaScript.
const a = 'abcdefghijklmnopqrstuvwxyz'
//Result
['abc','def','ghi',....]
Can someone explain!??
Thanks in Advance 🙂🙂
it looks like slicing the output into 3chars-of string
S,, finally I did that... ;)