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:
@ -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