mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 20:02:00 -05:00
committed by
GitHub
parent
d268822fe4
commit
8a01079b7a
@@ -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