A prompt to boost your lazy "do this" prompts. Install with one of the buttons below.
| version: '3.7' | |
| services: | |
| dynamodb-local: | |
| image: amazon/dynamodb-local:latest | |
| container_name: dynamodb-local | |
| ports: | |
| - "8000:8000" | |
| dynamodb-admin: | |
| image: aaronshaf/dynamodb-admin |
| const shapeArea = n => Math.pow( n, 2 ) + Math.pow( n - 1, 2 ); |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |