Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MKAIF5 authored Jun 19, 2024
1 parent 9ece166 commit 50d7dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JS-LOGIC-BUILDING-PRACTICE/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// console.log("JS LOGIC BUILDING");
console.log("JS LOGIC BUILDING");

//Array Parctices

Expand Down Expand Up @@ -60,4 +60,4 @@ const sentence = " Hi, is your number " + randomNumber + "?";

console.log(sentence)

console.log([] + []);
console.log([] + []);

0 comments on commit 50d7dc1

Please sign in to comment.