flatMap()

array,tipjs

Use flatMap() creates a new array with sub-array elements flattened by specified depth.

[[2], [4], [6], [8]].flatMap(val => val/2) // [ 1, 2, 3, 4 ]

var new_array = arr.flatMap(function callback(currentValue[, index[, array]]) {
 // return element for new_array
}[, thisArg])

Có thể bạn đã miss một số snippets code

Getting the last element of a split string array

Getting the last element of a split string array

Lấy ngày hiện tại trong javascript

Lấy ngày hiện tại trong javascript

How to reverse an Array?

Reversing an array in JS is really simple with the standard array method. Like below

Extend Object javascript

Extend Object javascript

kiểm tra email trong javascript

kiểm tra email trong javascript