fix(curriculum): replace Unicode ƒ with standard f in Map object lecture (#60100)

This commit is contained in:
SOURAV JAIN
2025-05-01 17:16:01 +05:30
committed by GitHub
parent 1d9b2b2330
commit f36a453633

View File

@@ -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