commit
9c5a0774af
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ alert( 'Interface'.toLowerCase() ); // interface
|
||||||
|
|
||||||
Or, if we want a single character lowercased:
|
Or, if we want a single character lowercased:
|
||||||
|
|
||||||
```js
|
```js run
|
||||||
alert( 'Interface'[0].toLowerCase() ); // 'i'
|
alert( 'Interface'[0].toLowerCase() ); // 'i'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue