mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): typo in workshop plant nursery catalog step 30 (#60427)
This commit is contained in:
parent
f7f5e74a7e
commit
cb26aec33a
@ -7,7 +7,7 @@ dashedName: step-30
|
||||
|
||||
# --description--
|
||||
|
||||
As you already learned, the `delete` method is used to remove an entry from a map. Sets have a `delete` method the you can use to remove an element from them as well.
|
||||
As you already learned, the `delete` method is used to remove an entry from a map. Sets have a `delete` method that you can use to remove an element from them as well
|
||||
|
||||
Sometimes you may need to remove all elements from a map or a set. The `clear` method does exactly that job.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user