JS

JavaScript ES6 - String

3.

What is the value of the following JavaScript ES6 code:

'JavaScript'.startsWith('Java')?

Nothing, it causes an error

Java

false

true