Merge pull request #4410 from vitolob/fix/waypoint-concatenate-strings-with-concat-name-4409

Update object-oriented-and-functional-programming.json
This commit is contained in:
Logan Tegman
2015-11-13 08:44:19 -08:00

View File

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