
Ronak Jethwa
To code, or not to code
Education
Computer Science
Work
Front End Engineer
DOM Traversal
DOM Traversal
6 min read
Max Your Flex
Max Your Flex
2 min read
loading...
Recent comments
10 Awesome SASS (SCSS) Mixins
How about these for the font-sizes? $font-sizes: [20px, 22...
What are some misconceptions about web development?
You are a front end engineer? Great, you can solve this compl...
What is the most potentially-revolutionary software currently being developed?
THIS!!!!!!!!!
How much coffee do you drink?
Not enough
CSS-Selectors Guide
Good one! A need for robust all-inclusive guide was mainly my...
Daily Challenge #1 - String Peeler
return str.length > 2 ? str.slice(1,str.length-1) : str;
JavaScript Equality Checks
DeepClone Utility Method function deepClone(obj) { let ...