mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
fix(curriculum): replace Unicode ƒ with standard f in Map object lecture (#60100)
This commit is contained in:
@@ -69,7 +69,7 @@ Map(5) {{…} => 'Maple tree', Array(2) => 'Pine tree', 42 => 'Oak tree', true =
|
||||
3:{true => "Birch tree"}
|
||||
key: true
|
||||
value: "Birch tree"
|
||||
4:{ƒunction () { return "I'm a function key"; } => "Willow tree"}
|
||||
4:{function () { return "I'm a function key"; } => "Willow tree"}
|
||||
key: f ()
|
||||
value: "Willow tree"
|
||||
size: 5
|
||||
|
||||
Reference in New Issue
Block a user