Corrected description for "Built-in Functions" section (#8391)
* Corrected description for "Built-in Functions" section The previous description primarily explained methods rather than built-in functions, which could cause confusion. This update provides a clearer explanation of built-in functions, including examples like parseInt(), setTimeout(), and Math.random(), while also acknowledging built-in methods within JavaScript objects. This ensures that the description aligns with the section title and provides more accurate information for learners. * Fixed explanation of JavaScript built-in functions Refined the description of JavaScript’s built-in functions that are globally available or tied to specific objects. Clarified that objects like Array, String, and Date provide built-in methods for efficient data manipulation.pull/8397/head
parent
892ef44070
commit
2931461e2e
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue