|
You are here |
www.igvita.com | ||
| | | | |
shortdiv.com
|
|
| | | | | [AI summary] A technical guide explaining how to optimize web page rendering by analyzing the critical rendering path and managing HTML, CSS, and JavaScript to improve perceived performance. | |
| | | | |
www.trevorlasn.com
|
|
| | | | | Understanding CSS Object Model (CSSOM), browser security and practical alternatives for dynamic styling | |
| | | | |
www.hillelwayne.com
|
|
| | | | | What does this print? x = 1 x -> 0 Think it through, then try it in a browser console! Answer and explanation in the dropdown. Show answer It prints 1. wait wtf At the beginning of a line (and only at the beginning of a line), -> starts a comment. The JavaScript is parsed as x=1; x; // 0 The browser then displays the value of the last expression, which of course is 1. | |
| | | | |
www.matsimitsu.com
|
|
| | | My hope with this project is that with less friction to write and publish a note/article, I'll do it more. | ||