Javascript -> JavaScript (English) (#35183)
* Javascript -> JavaScript (English) * Update technical documentation page for required change * Update use-class-syntax-to-define-a-constructor-function.english.md * Update left-factorials.md
This commit is contained in:
committed by
The Coding Aviator
parent
fed6ffb606
commit
e84ae45008
@@ -52,7 +52,7 @@ var m = map[string]bool{
|
||||
}
|
||||
|
||||
m["Go"] // true
|
||||
m["JavaScript"] = true // Set Javascript to true
|
||||
m["JavaScript"] = true // Set JavaScript to true
|
||||
delete(m, "JavaScript") // Delete "JavaScript" key and value
|
||||
language, ok = m["C++"] // ok is false, language is bool's zero-value (false)
|
||||
```
|
||||
|
Reference in New Issue
Block a user