diff --git a/solutions/day-02/index.html b/solutions/day-02/index.html index cb9573a..7c6ff8e 100644 --- a/solutions/day-02/index.html +++ b/solutions/day-02/index.html @@ -8,7 +8,32 @@
+ + + + + // To get the root element from the HTML document + const rootElement = document.querySelector('.root') + + // JSX element + const header = ( +Asabeneh Yetayeh
+ Oct 2, 2020 +