From c511b94ca4f348914bf2321cbf50752c704ac29f Mon Sep 17 00:00:00 2001
From: edwin-serrano <91746729+edwin-serrano@users.noreply.github.com>
Date: Thu, 13 Oct 2022 15:56:06 +0200
Subject: [PATCH] Fix badge type (#2474)
Update BadgeLink badgeText for 100-var.md for youtube video
---
.../100-variable-declarations/100-var.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/roadmaps/106-javascript/content/101-javascript-variables/100-variable-declarations/100-var.md b/content/roadmaps/106-javascript/content/101-javascript-variables/100-variable-declarations/100-var.md
index 8593ec9d4..bcb48b087 100644
--- a/content/roadmaps/106-javascript/content/101-javascript-variables/100-variable-declarations/100-var.md
+++ b/content/roadmaps/106-javascript/content/101-javascript-variables/100-variable-declarations/100-var.md
@@ -6,5 +6,5 @@ The var statement declares a function-scoped or globally-scoped variable, option
var keyword - MDN
JavaScript Variables
JavaScript Variables - W3Schools
-Declaring Variables without Var, Let, Const - What Would Happen?
+Declaring Variables without Var, Let, Const - What Would Happen?
How to declare variables in different ways in JavaScript?