From a724a854143aa938e23b06d10ea69cf8b0cd16b0 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 16 Sep 2024 14:21:43 +0200 Subject: [PATCH] fizzbuzz ternary operators --- oppgaver/uke7/ternary_operators/ternary.html | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 oppgaver/uke7/ternary_operators/ternary.html diff --git a/oppgaver/uke7/ternary_operators/ternary.html b/oppgaver/uke7/ternary_operators/ternary.html new file mode 100644 index 0000000..5caf2e5 --- /dev/null +++ b/oppgaver/uke7/ternary_operators/ternary.html @@ -0,0 +1,38 @@ + + + + + + + Document + + + +
+ + + + \ No newline at end of file