moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Create flattenArray.cfc #7

Closed andrew09 closed 6 years ago

andrew09 commented 6 years ago

A util function to flatten n number of nested arrays in ColdFusion, as it has no built-in function to do so.

moogacs commented 6 years ago

@andrew09 👍

andrew09 commented 6 years ago

@moogacs 😄