Text with a low contrast ratio can be hard to read. To help, @ChromeDevTools can now automatically list all elements w/ color contrast issues via an experiment: https://t.co/DnnGQBFACB
💡 JavaScript tip (13):
If you want to test something quickly in your browser's console and you need `document.querySelectorAll` for it, DevTools provide a handy `$$` function – just for that.
@alpvanhooijdonk utanmiyomusun hic gormedigin birine adam degil diyip, yine farkli bir sahsi yandas olmakla suclamaktan? Gercekten merak icin soruyorum dtsgsgsh
JavaScript Tip 💡
With all the beauty of Webpack comes a typical bottleneck — that is a bundle size that quickly gets out of control.
Keeping an eye on the costs of your imports can help you improve performance.
JavaScript Tip 💡
Don’t use ‘delete’ to remove a property from an object.
Instead, use the rest operator to create a new copy without the given property.