From a10e28e0aed1543c2716dd4854ae7ba07e0ded7a Mon Sep 17 00:00:00 2001 From: Morten Rand-Hendriksen Date: Mon, 12 Apr 2021 13:32:52 -0700 Subject: [PATCH] Update 05_08 practice to be more clear. --- Practice/05_08/index.html | 2 -- Practice/05_08/script.js | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Practice/05_08/script.js diff --git a/Practice/05_08/index.html b/Practice/05_08/index.html index c13b202a..56f5937a 100644 --- a/Practice/05_08/index.html +++ b/Practice/05_08/index.html @@ -13,8 +13,6 @@ type="text/css" media="all" /> - - diff --git a/Practice/05_08/script.js b/Practice/05_08/script.js new file mode 100644 index 00000000..27448a89 --- /dev/null +++ b/Practice/05_08/script.js @@ -0,0 +1,5 @@ +/** + * Note: This file is intentionally empty. + * You can use it to test your skills at adding, removing, or modifying + * attributes, classes, and inline styles on elements. + */