From 06d84764748c71d1b3b65af116b8cb6ca81faf36 Mon Sep 17 00:00:00 2001 From: Michael Han Date: Fri, 13 Oct 2023 16:20:15 -0600 Subject: [PATCH] Typescript - prop types --- 2023/10/2023-10-13_example-title.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2023/10/2023-10-13_example-title.md diff --git a/2023/10/2023-10-13_example-title.md b/2023/10/2023-10-13_example-title.md new file mode 100644 index 0000000..354b8a0 --- /dev/null +++ b/2023/10/2023-10-13_example-title.md @@ -0,0 +1,18 @@ +# Learning Entry - 2023-10-13 + +## Type of Learning: [Snippet / Learning / Tool / Language / Win / Bragging] + +[Learning] + +### What I've Learned: + +I learned about typescript today, and there was something about how in different functions you need to explain what the properties. + +``` +function test (prop: String) { + return prop +} +``` + + +[Write here what you've learned during your study, experiment, or exploration. Be as detailed and informative as possible.] \ No newline at end of file