Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Thanks for the video expecting many more
Thanks Mayank for a very nice & precise explanation
Glad that you liked it :)
@@iosmayank Plz post some more Interview question videos, thanks in advance
@@SandeepSingh-lg7bq Sure, stay tuned :)
Nice video, was helpful thanks Mayank!
Thanks :)
Quick and helpful.Thanks!
This is clutch because its short and concise. Thanks!
Thanks @Ubela Kroft :)
Bro its awesome explanation about Higher order function , I am all clear about it :))
Hi Mandeep, I'm glad that you liked the video :) Stay tuned.
let numbers : [Int] = [0,2,8,5,3](a,b) -> Bool in print("a = \(a)") print("b = \(b)") print(a>b) return a>b } print(descOrder) }Why a[0] is showing 2 and a[1] shows 0 while using Bool in. Pls eloborate closure once. Thanks
Thanks for the video expecting many more
Thanks Mayank for a very nice & precise explanation
Glad that you liked it :)
@@iosmayank Plz post some more Interview question videos, thanks in advance
@@SandeepSingh-lg7bq Sure, stay tuned :)
Nice video, was helpful thanks Mayank!
Thanks :)
Quick and helpful.Thanks!
Glad that you liked it :)
This is clutch because its short and concise. Thanks!
Thanks @Ubela Kroft :)
Bro its awesome explanation about Higher order function , I am all clear about it :))
Hi Mandeep, I'm glad that you liked the video :) Stay tuned.
let numbers : [Int] = [0,2,8,5,3]
(a,b) -> Bool in
print("a = \(a)")
print("b = \(b)")
print(a>b)
return a>b
}
print(descOrder)
}
Why a[0] is showing 2 and a[1] shows 0 while using Bool in. Pls eloborate closure once. Thanks