XaviScript – Technologist & Human

Breathing in as programmer, breathing out as designer. Disruptive thinking!

Author : xavis

Solve Windows 10 / 8 Installation: Setup was unable to create a new system partition or locate an existing system partition

Hi again people, this past weekend I had some problems when installing Windows 10 from an USB Drive instead of a traditional DVD in an old Laptop (> 8 years). So I created the media installation device from another Win installation and when I boot it everything worked fine until I tried to create the […]

Map and Reduce functions in JavaScript

Hi everyone, today I’m going to explain how to use two of the greatest functions to work with arrays in JavaScript: reduce and map. So let’s go to the example. Array.prototype.map (callback [, thisArg]) Map is a function that allow us creating a new array result of operate with other array elements. The resulting array […]

Scroll to top