diff --git a/Chapter 9/Exercise 9.2 b/Chapter 9/Exercise 9.2 new file mode 100644 index 0000000..ee57dcb --- /dev/null +++ b/Chapter 9/Exercise 9.2 @@ -0,0 +1,2 @@ +console.log(window.location.protocol); +console.log(window.location.href);