JavaScript
- Published On:
- Thursday, August 4, 2022
- Author:
- Elizabeth Rogers
Mocking is a technique used in software testing that involves creating fake objects or functions to simulate the behavior of real objects or…
Read More- Published On:
- Thursday, October 7, 2021
- Author:
- Elizabeth Rogers
JavaScript is a powerful and versatile programming language that is widely used in web development. One of the most important concepts in…
Read More- Published On:
- Sunday, February 14, 2021
- Author:
- Elizabeth Rogers
In JavaScript, "this" is a special keyword that refers to the current execution context or the current object. Understanding how "this…
Read MoreTags
JavaScript Fundamentals
- Published On:
- Saturday, February 13, 2021
- Author:
- Elizabeth Rogers
I work with Vue and React pretty much on a daily basis. My full-time job uses Vue and I have a few side projects the use React. This site is…
Read More- Published On:
- Monday, November 12, 2018
- Author:
- Elizabeth Rogers
You don't have to learn everything. It seems like every week theres a new hot front-end library or framework. Its easy to feel like you…
Read MoreTags
javascript
front-end development
- Published On:
- Sunday, November 11, 2018
- Author:
- Elizabeth Rogers
What is jQuery? jQuery is a JavaScript library that helps developers interact with HTML interfaces. Its not a framework but simply a…
Read MoreTags
javascript
front-end development
jquery