diff --git a/index.html b/index.html index 6631e14..928425e 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,11 @@ - + + + + - - - - - -

Can you edit me

-

Some text...

- - + +

Title

+

subtitle

+ diff --git a/main.js b/main.js index d60a3f7..d5c4ca2 100644 --- a/main.js +++ b/main.js @@ -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; }