Multiple choice technology programming languages

It is possible to add custom methods and properties in pre-existing objects like String, Math and others

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In JavaScript, built-in objects like String and Math cannot have prototype extended in all environments. While some browsers allow it, it's not universally supported and is generally considered bad practice due to potential conflicts and pollution of shared prototypes.