Update object-oriented-and-functional-programming.json

Changing the Waypoint title from "Concatenate Strings with concat" to "Concatenate Arrays with concat". 
Because that is what the Waypoint is actually about (concatenating Arrays).
This commit is contained in:
Victorino Machava
2015-11-13 15:19:24 +02:00
parent 40b02093d4
commit 3247dc620e

View File

@ -410,7 +410,7 @@
},
{
"id": "cf1111c1c16feddfaeb3bdef",
"title": "Concatenate Strings with .concat",
"title": "Concatenate Arrays with .concat",
"description": [
"<code>concat</code> can be used to merge the contents of two arrays into one.",
"<code>concat</code> takes an array as an argument and returns a new array with the elements of this array concatenated onto the end.",