diff --git a/Chapter 4/Exercise 4.3 b/Chapter 4/Exercise 4.3 new file mode 100644 index 0000000..e450dc8 --- /dev/null +++ b/Chapter 4/Exercise 4.3 @@ -0,0 +1,3 @@ +const id = true; +const message = (id) ? "Allowed In" : "Denied Entry"; +console.log(message);