Exercise 4.3
This commit is contained in:
parent
605c8c91da
commit
2e15a2b493
3
Chapter 4/Exercise 4.3
Normal file
3
Chapter 4/Exercise 4.3
Normal file
@ -0,0 +1,3 @@
|
||||
const id = true;
|
||||
const message = (id) ? "Allowed In" : "Denied Entry";
|
||||
console.log(message);
|
||||
Loading…
x
Reference in New Issue
Block a user