Skip to content

Commit 6da6070

Browse files
Update Interpreter.html
1 parent 79899a2 commit 6da6070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

JS/Interpreter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>JS Introduction</title>
6+
<title>Interpreter In JS</title>
77
<style>
88
body {
99
line-height: 1.3;
@@ -44,4 +44,4 @@ <h1>What is Script in JavaScript?</h1>
4444
<p>Script makes web page dynamic and interactive by responding to users actions,updating contents, handling events, and many more...</p>
4545
</body>
4646

47-
</html>
47+
</html>

0 commit comments

Comments
 (0)