From 93c604ae9d2ad7a87d71bbb647831337778fcf58 Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Sat, 9 Apr 2022 22:42:06 -0400 Subject: [PATCH] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce650ad..8bd9000 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ yarn add --dev @typechain/ethers-v5 @typechain/hardhat @types/chai @types/node @ - [Storage Layout](https://docs.soliditylang.org/en/v0.8.13/internals/layout_in_storage.html) - [Purpose of the memory keyword](https://stackoverflow.com/questions/33839154/in-ethereum-solidity-what-is-the-purpose-of-the-memory-keyword) - [Opcodes by Gas](https://github.com/crytic/evm-opcodes) +- [Ternary](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator) +- [Github Quickstart](https://docs.github.com/en/get-started/quickstart) # Lesson 8: HTML / Javascript Fund Me (Full Stack / Front End)