Skip to content

Commit f131e95

Browse files
author
Balashov Nikita
committed
home work 2 was made by Nikita Balashov
1 parent 8dae0b3 commit f131e95

File tree

1 file changed

+1
-1
lines changed
  • js-core/homeworks/homework-2/src

1 file changed

+1
-1
lines changed

js-core/homeworks/homework-2/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ console.log(myObj);
8383
let frameworks = [4.7, 'Angular', '6Angular', 'React/Redux'];
8484
let x = 'google released ' + 'new version ' + frameworks[1] + Math.floor(frameworks[0]) + 'But real speed is ' + `${frameworks[frameworks.length - 1]}`;
8585

86-
86+
8787

8888

8989

0 commit comments

Comments
 (0)