1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Added new resource for variables (#2918)

This commit is contained in:
CodeGuage
2022-11-12 00:44:18 +05:00
committed by GitHub
parent 37e5cf4057
commit 91c422bf4c

View File

@@ -4,3 +4,4 @@ To use variables in JavaScript, we first need to create it i.e. declare a variab
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Variables'>Storing the information you need — Variables</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Variables'>Storing the information you need — Variables</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.codeguage.com/courses/js/variables'>JavaScript Variables - CodeGuage</BadgeLink>