SomeThe some() method tests if any elements of the array pass the test implemented by the provided function.Jul 9, 2018Jul 9, 2018
Adapt your website for watchOS 5At the WWDC 2018, Apple has announced watchOS’s newest version and showcased many new features. Out of which, one in particular is really…Jun 25, 2018Jun 25, 2018
Hello World Thursday 👋 — ELMHey guys, It’s been a while since I’ve written an article. Last week, I’ve decided that from now on I’ll publish 2 articles weekly on…Jun 21, 2018Jun 21, 2018
Function PipeA pipe takes x sequence of operations. The first function receive the argument as an input, process it and gives the output as an input to…Jan 29, 2018Jan 29, 2018
Function CompositionFunction composition is a mathematical concept that allows you to combine two or more functions into a new function. It requires you to…Jan 8, 2018Jan 8, 2018
Higher Order FunctionA higher-order function is a function that can take at least one or more functions as arguments, or returns a function as its result.Dec 11, 20171Dec 11, 20171