Skip to content

Commit

Permalink
added assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
maa17019 committed Jan 27, 2021
1 parent b7de769 commit 138c9e5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions week-2/week-2.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Navigated to https://github.uconn.edu/pages/maa17019/dmd-3475/
console.log("Hi there!");
VM388:1 Hi there!
undefined
console.warn("Hello Mahnoor");

VM427:1 Hello Mahnoor
(anonymous) @ VM427:1
undefined
console.error("Hello Mahnoor");

VM480:1 Hello Mahnoor
(anonymous) @ VM480:1
undefined
alert ("Hi Mahnoor 😉")
undefined
prompt ("Hi Mahnoor 😉");
"heyyy"
confirm ("Are you single");
true

0 comments on commit 138c9e5

Please sign in to comment.