Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created September 26, 2022 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/5174b4d2b107c85bb28c368916ca43b6 to your computer and use it in GitHub Desktop.
Save johnlokerse/5174b4d2b107c85bb28c368916ca43b6 to your computer and use it in GitHub Desktop.
output outUsingMapAndStringInterpolation array = map(varGroceryStore, item => 'The price of item ${item.productName} is ${item.productPrice}.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment