Skip to content

Commit da243b9

Browse files
committed
fixing errors
1 parent 4d39318 commit da243b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ var zeus = new SpaceShuttle('Jupiter');
13821382

13831383
console.log(zeus.targetplanet);
13841384

1385-
/
1385+
13861386
// function makeClase() {
13871387
// return Vagetable;
13881388
// }
@@ -1451,7 +1451,7 @@ console.log(temp);
14511451
// const cap = capitalizeString("hello");
14521452

14531453
// import file
1454-
import {capitalizeString} from "./string_function"
1454+
import {capitalizeString} from "./string_function";
14551455

14561456
// now the functions is comming from string_function file
14571457
const cap = capitalizeString("hello");

0 commit comments

Comments
 (0)