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:
@ -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.",
|
||||
|
Reference in New Issue
Block a user