Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 0ec2487

Browse files
committed
Fixed lint code base error
Signed-off-by: Raja Harsh Vardhan Singh <[email protected]>
1 parent b2e8fc9 commit 0ec2487

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Challenge 18:
1+
# Challenge 18
22

33
1. [ReactJS: A JS library](https://gist.github.com/rhvsingh/3a49a2ce551376ee397cf768f2c80aea)
44
2. [Text in center of screen, HTML](https://gist.github.com/rhvsingh/0a1a9b519a63cf4cbab2bcb7cdc7f4fd)

contributors/rhvsingh/script.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
function showGlass(){
2-
alert('Hello World')
3-
console.log("Glasses")
4-
}
5-
6-
showGlass()
1+
console.log("Hello World!")

0 commit comments

Comments
 (0)