Echo JS 0.11.0

<~>

MaxArt comments

MaxArt 338 days ago. link 2 points
General rules for posting
* English content only

Edit: I see there's an English version too - sorry for the downvote, I can't remove it now. Next time link the English version straight away.
MaxArt 342 days ago. link 3 points
Rule:

* Edit titles: only article title, no blog name, no period at the end

The actual title is "Jest Mock Extended - Writing Typescript Friendly Tests". Don't be click-baity.
MaxArt 350 days ago. link 2 points
> Using the split() method

> let characters = message.split('');
> console.log(characters.length); 

> Using the slice() method

> let characters = message.slice();
> console.log(characters.length);

Is this a joke? Or just a way to collect Medium reactions?
[more]