Hi, I'm Lauren Clark.
About
I'm a developer who specialises in JavaScript. I have over 8 years experience creating and optimising web UI's, apps and deliverables. I mainly work with React and Vue, JAMstack and headless eCommerce.
Recent Posts
Did you know you can create an accordion without JS or CSS?
Using HTML5 you can now create an accordion type feature using <details> and <summary> tags. Neat!
What Can Developers Look for in a Potential New Employer?
One of the most common questions I get asked or see asked on social media is "what questions can I ask a potential new employer in an interview" and "what should I watch out for?"
Object Lookups over Switch Statements and If/Else Conditionals
Why? Because they're neater, faster, easier to read and they are DYNAMIC. Switch statements need hardcoded values or at least a hardcoded reference to a dynamic value.