Skip to content
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
18 changes: 8 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
</head>

<head>
<meta charset="UTF-8">
</head>

<body>
<h1>Can you edit me</h1>
<p>Some text...</p>
</body>

<body>
<h1>Title</h1>
<p>subtitle</p>
</body>
</html>
7 changes: 4 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// hello friend, here you can set some functions of basic math

function SumValue(a,b) {
return a+b;
let tempVarNumber = 1231;
let tempVarSrt = "sdadjhfsgd ";
function SumValue(a, b) {
return a + b;
}