1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 08:31:50 +02:00

Added new resource for functions (#2917)

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

View File

@@ -5,3 +5,4 @@ Functions exist so we can reuse code. They are blocks of code that execute whene
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme="yellow" badgeText="Read" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions">Functions - MDN Docs</BadgeLink> <BadgeLink colorScheme="yellow" badgeText="Read" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions">Functions - MDN Docs</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/N8ap4k_1QEQ'>JavaScript Functions - Programming with Mosh</BadgeLink> <BadgeLink badgeText='Watch' href='https://youtu.be/N8ap4k_1QEQ'>JavaScript Functions - Programming with Mosh</BadgeLink>
<BadgeLink colorScheme="yellow" badgeText="Read" href="https://www.codeguage.com/courses/js/functions-basics">JavaScript Functions in Detail - CodeGuage</BadgeLink>