Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Chrome Extensions Tutorial #875

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Web Development/Frontend Development/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
<td><a href="https://www.w3schools.com/js/default.asp">JS Tutorial</a></td>
<td>The JavaScript tutorial section on W3Schools provides a comprehensive resource for learning JavaScript, the programming language used to add interactivity and dynamic behavior to web pages. It covers various aspects of JavaScript, including basic syntax, variables, data types, operators and more.</td>
</tr>

</table>

### Frameworks
Expand Down Expand Up @@ -936,6 +937,10 @@ to everyone - everywhere!</td>
<td><a href="https://www.youtube.com/playlist?list=PLsyeobzWxl7rrvgG7MLNIMSTzVCDZZcT4">JavaScript Tutorial for Beginners</a></td>
<td>This playlist by Telusko is very helpful for the beginners to start their learning journey in Javascript and Frontend web Development.</td>
</tr>
<tr>
<td><a href="https://youtube.com/playlist?list=PLRqwX-V7Uu6bL9VOMT65ahNEri9uqLWfS&si=0Bm3tHKvVqyKE7D4">Chrome Extensions Tutorial</a></td>
<td>The Chrome Extension tutorial provides a comprehensive resource for learning how to build and deploy Chrome Extensions using JavaScript.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/playlist?list=PL9ooVrP1hQOEloRCBI97ZXkWUg6MJn0Yf">Web Development Tutorial For Beginners [2024] | Edureka</a></td>
<td>This playlist by Edureka is the collection of courses on HTML,CSS, JS and more. This playlist is very much for the beginners to start thier Frontend Development.</td>
Expand Down
Loading