From e607e7ffdca4fdf3be1520498ce8702d2750b2ba Mon Sep 17 00:00:00 2001 From: David Kerr Date: Thu, 11 Apr 2019 14:33:13 -0400 Subject: [PATCH] value of foo --- 09 - Coding/what-is-the-value-of-foo.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 09 - Coding/what-is-the-value-of-foo.md diff --git a/09 - Coding/what-is-the-value-of-foo.md b/09 - Coding/what-is-the-value-of-foo.md new file mode 100644 index 0000000..3bdbc3d --- /dev/null +++ b/09 - Coding/what-is-the-value-of-foo.md @@ -0,0 +1,2 @@ +`var foo = 10 + '20';` +foo = 1020