fix(curriculum): replaced incorrect quiz option "keys()" with "trim()" (#61812)

This commit is contained in:
priyamkumar
2025-08-14 14:59:02 +05:30
committed by GitHub
parent bd87711a2c
commit 58b615ef2f
@@ -434,7 +434,7 @@ Which of the following is NOT an array method?
#### --answer--
`keys()`
`trim()`
### --question--