A lot of talk is going on in the frontend world about a11y, WCAG, & Section 508.
It seems none of us can agree on proper implementation of frontend components, but at least everyone is creating...
Show off your latest creation and get feedback. Build a test case for that pesky bug. Find example design patterns and inspiration for your projects.
A lot of talk is going on in the frontend world about a11y, WCAG, & Section 508.
It seems none of us can agree on proper implementation of frontend components, but at least everyone is creating...
wat
Is that a random document.write in the <head> not in <script> tags? Good luck with that hoss. Nice charset too. Wait. Does that say <script type="text/computert">?
wat
Listen...
Javascript String & Regex
String
length
console.log("Hello world".length); // 11Some methods
var str = "Hello world"; str.toUpperCase(); // "HELLO WORLD" str.toLowerCase(); // "hello world"...