Knowledge of JavaScript Array methods is fundamental. It allows writing code in functional style. As not all of those methods are immutable developers should know when to handle or avoid data mutations. Another essential feature of array methods is context handling as it could dramatically simplify your code.
Functional programming – this words you might read a lot of times during last year, especially in JavaScript context. Today I’ll try to demystify its fundamental principles for newbies in easiest and beginner-friendly manner.
A lot of companies provide interviewers with some programming tasks to solve before face-to-face or Skype interview with their employees. Sometimes they could ask you to resolve some problems during the meeting online. I think many of specialists nowadays know that and looking for such usual tasks while preparing to interview.