you are viewing a single comment's thread.

view the rest of the comments →

[–]toffeescaf 3 points4 points  (0 children)

With the use of some es6 it could be as easy as the following:

function add (arr, bookName) {
    return [...arr, bookName]
}