Using a module such as uuid
how could I generate the following structure.
[
'd9baea4e-2436-4481-accb-7c2fe835039e',
'60152666-8c2c-4d33-a5c8-da1dda106c5d',
'c4eaa558-83cc-4b94-9aff-1aefdc204794',
'273998e3-3138-41eb-b740-28ee53f7e344'
]
Would I be right in assuming this could be done with a Promise
or at least could such an approach be given.