mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-23 03:53:24 -05:00
chore(i18n,learn): processed translations (#48532)
This commit is contained in:
@@ -23,8 +23,8 @@ const article = {
|
||||
"createdAt": "NOVEMBER 28, 2018"
|
||||
};
|
||||
|
||||
const articleAuthor = article[author];
|
||||
const articleLink = article[link];
|
||||
const articleAuthor = article["author"];
|
||||
const articleLink = article["link"];
|
||||
|
||||
const value = "title";
|
||||
const valueLookup = article[value];
|
||||
|
||||
Reference in New Issue
Block a user