From 8360da0ac5c8f59595ae4558dd69b623ce4af7f0 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Wed, 24 Nov 2021 21:25:49 +0530 Subject: [PATCH] Exercise 9.2 --- Chapter 9/Exercise 9.2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Chapter 9/Exercise 9.2 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);