Should CSS always precede JavaScript?
This is a very interesting question. I’ve always put my CSS <link href=”…”>s before my JavaScript <script src=”…”>s because “I read one time that it’s better.” So, you’re right; it’s high time we do some actual research! I set up my own test harness in Node.js (code below). Basically, I: Made sure there was no … Read more