mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 06:04:17 -05:00
Modifying index.md (#24861)
Update wording on changing values for final variable
This commit is contained in:
@@ -14,7 +14,7 @@ class MyClass {
|
||||
}
|
||||
}
|
||||
```
|
||||
PI is now a constant. Any attempt to assign it a value will cause an error.
|
||||
PI is now a constant. Any attempt to reassign the value for PI will cause an error.
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
If you make any method as final, you cannot override it.
|
||||
|
||||
Reference in New Issue
Block a user