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