hi I am not getting the proper file for chapter 2
https://github.com/jonasschmedtmann/complete-javascript-course/tree/master/02-Fundamentals-Part-2
it is showing in safari
complete-javascript-course/02-Fundamentals-Part-2/ file is not working
I am trying to do the The Complete JavaScript Course 2022: From Zero to Expert! lesson 31 using strict mode but I am stuck with this video because the file does not work. I just shows up in safari and not using the starter file and strict file that this instructor has in the video.
this is the video for it https://www.udemy.com/course/the-complete-javascript-course/learn/lecture/22648215#questions
https://github.com/jonasschmedtmann/complete-javascript-course/tree/master/02-Fundamentals-Part-2 when you open it it shows safari
Ok, first please open the 02-Fundamentals-Part-2/starter directory in VS Code. To do so:
open VS Code > File > Open Folder... > choose the 02-Fundamentals-Part-2/starter directory
Next, go to the 02-Fundamentals-Part-2/starter directory in your files, and open the index.html file in the browser. To do so:
control-click (or right-click if you're on Windows) the index.html file > Open With > Google Chrome (or the browser of your choice)
I tried that but it shows this on visual studio code
<title>JavaScript Fundamentals – Part 2</title> <style> body { height: 100vh; display: flex; align-items: center; background: linear-gradient(to top left, #28b487, #7dd56f); } h1 { font-family: sans-serif; font-size: 50px; line-height: 1.3; width: 100%; padding: 30px; text-align: center; color: white; } </style>console.log('Hello');
. Remember to save the file.Command + Option + J
shortcut (Mac) or Control + Shift + J
(Windows/Linux).I see that the starter already has the script.js file linked with the index.html file, so you don't need to create them.
Owner Name | jonasschmedtmann |
Repo Name | complete-javascript-course |
Full Name | jonasschmedtmann/complete-javascript-course |
Language | JavaScript |
Created Date | 2018-06-14 |
Updated Date | 2023-03-29 |
Star Count | 12137 |
Watcher Count | 850 |
Fork Count | 14403 |
Issue Count | 153 |
Issue Title | Created Date | Updated Date |
---|