mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-03 15:05:01 -05:00
chore(i18n,learn): processed translations (#48625)
This commit is contained in:
@@ -95,7 +95,7 @@ function fun1() {
|
||||
// Only change code above this line
|
||||
|
||||
function fun2() {
|
||||
var output = "";
|
||||
let output = "";
|
||||
if (typeof myGlobal != "undefined") {
|
||||
output += "myGlobal: " + myGlobal;
|
||||
}
|
||||
@@ -116,7 +116,7 @@ function fun1() {
|
||||
}
|
||||
|
||||
function fun2() {
|
||||
var output = "";
|
||||
let output = "";
|
||||
if(typeof myGlobal != "undefined") {
|
||||
output += "myGlobal: " + myGlobal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user