Skip to content

Commit

Permalink
Tip #0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenopopovici committed Apr 6, 2017
1 parent 29e894d commit de08387
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,9 @@ var items = ['one', 'two', 'three', 'four'];
items.splice(items.length / 2, 0, 'hello');
```

I tried to run these tests in various Browsers and OS and the results were similar. I hope these tips will be useful for you and encourage to perform your own tests!
I tried to run these tests in various Browsers and OS and the results were similar. I hope these tips will be useful for you and encourage to perform your own tests!

## Playground
<div>
<a class="jsbin-embed" href="http://jsbin.com/xeqeya/embed?js,console">JS Bin on jsbin.com</a><script src="http://static.jsbin.com/js/embed.min.js?3.39.12"></script>
</div>

0 comments on commit de08387

Please sign in to comment.