📃 August 2015 release notes
New in Firefox
The following features are now available in Firefox:
-
String includes():
The
includes()
method of strings returns whether a search string appears within the string. -
Unicode point escapes:
Unicode point escapes (
\\u{}
) represent Unicode characters within strings.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
String includes():
The
includes()
method of strings returns whether a search string appears within the string. -
Unicode point escapes:
Unicode point escapes (
\\u{}
) represent Unicode characters within strings.