Skip to content

Commit

Permalink
chore: added new resources
Browse files Browse the repository at this point in the history
chore: Added new resource in javascript
  • Loading branch information
rupali-codes authored Mar 3, 2024
2 parents 553414b + 397d134 commit 3f5cf19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/languages/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"category": "languages",
"subcategory": "javascript"
},
{
"name": "You Don't Know JS Yet",
"description": "This is a series of books diving deep into the core mechanisms of the JavaScript language",
"url": "https://github.com/getify/You-Dont-Know-JS",
"category": "languages",
"subcategory": "javascript"
},
{
"name": "Eloquent Javascript",
"description": "This book explains the concepts of JavaScript with real-life examples",
Expand Down

0 comments on commit 3f5cf19

Please sign in to comment.