See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
array.filter method which is a higher order function which means it takes a function as it's argument.const someArray = ['😁', '💀', '💀', '💩', '💙', '😁', '💙'];
const getUniqueValues = (array) => (
  array.filter((currentValue, index, arr) => (
		arr.indexOf(currentValue) === index| # These are here to help the IDE recognise AWS types. | |
| # | |
| # Place this file outside the 'schema' directory so are not pushed to AWS, | |
| # but are still picked up by PhpStorm's GraphQL plugin to help | |
| # validate schemas. | |
| # | |
| # https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html | |
| # | |
| scalar AWSDateTime | |
| scalar AWSDate |