Skip to content

Commit 1c02d2e

Browse files
Balashov NikitaOlegLustenko
authored andcommitted
classwork-3 conflicts fixed
1 parent 86a0aa1 commit 1c02d2e

File tree

1 file changed

+1
-31
lines changed
  • js-core/classworks/classwork-3/src

1 file changed

+1
-31
lines changed

js-core/classworks/classwork-3/src/main.js

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,7 @@
6464
// TASK 4
6565

6666
function task4 () {
67-
<<<<<<< HEAD
68-
=======
69-
<<<<<<< HEAD
70-
=======
71-
let checkNumber = 1;
72-
>>>>>>> c9f3e90... Task4
73-
>>>>>>> squashed commits
67+
7468
let firstValue = Number(prompt('Enter first number'));
7569

7670
if (isNaN(firstValue)) {
@@ -88,10 +82,6 @@ function task4 () {
8882
alert(sum);
8983
}
9084

91-
<<<<<<< HEAD
92-
=======
93-
<<<<<<< HEAD
94-
>>>>>>> squashed commits
9585
//task4();
9686

9787
// TASK 5
@@ -184,25 +174,5 @@ task7(5, 5, 5);
184174
function task8 ({name}) {
185175
console.log(`Hello`, name);
186176
}
187-
<<<<<<< HEAD
188-
task8({name: `Nikita`});
189-
=======
190177
task8({name: `Nikita`});
191-
=======
192-
task4();
193-
194-
195-
196-
197-
198-
199-
200-
201-
202-
203-
204-
205-
206178

207-
>>>>>>> c9f3e90... Task4
208-
>>>>>>> squashed commits

0 commit comments

Comments
 (0)