diff --git a/es6.md b/es6.md index 51149f0f9..37bf9c5fa 100644 --- a/es6.md +++ b/es6.md @@ -68,6 +68,7 @@ See: [Binary and octal literals](https://babeljs.io/learn-es2015/#binary-and-oct ```js "hello".repeat(3) "hello".includes("ll") +"hello".startsWith("he") "\u1E9B\u0323".normalize("NFC") ```