Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jitu #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ChromeExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ inputBtn.addEventListener("click", function(){
// const li = document.createElement("li")
// li.textContent = myLeads[i] //line no 12, for block we can also write like that
// ulEl.append(li)
// }
// }
let cc = () => 3+5;
console.log(cc())
1 change: 1 addition & 0 deletions demo.text
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
my name is jitendra kumar ranan is best
14 changes: 14 additions & 0 deletions demoBranch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jituBranch</title>
</head>
<body>
<h1>
This is very to use the other branch.
</h1>
</body>
</html>
Empty file added demotest.html
Empty file.