Results for: "codes"

Contents (70)

How to use the charCodeAt method in JavaScript
How to use the charCodeAt method in JavaScript

The charCodeAt method is accepted by strings in JavaScript, returning the 16-bit Unicode code of the character at the position…

read more
Top Javascript Libraries and Frameworks Part 2
Top Javascript Libraries and Frameworks Part 2

What are JavaScript frameworks?   JavaScript frameworks are application frameworks that allow developers to manipulate code to meet their particular needs. Web application…

read more
Top JavaScript libraries and frameworks part 1
Top JavaScript libraries and frameworks part 1

JavaScript libraries and frameworks make it easy to develop websites and applications with a wide variety of features and functionality,…

read more
Graphic design and its impact on Web Development
Graphic design and its impact on Web Development

In today's article we will explain the concept of graphic design, its fundamentals and what it brings into web development.…

read more
A FULFILLED PROMISE - Using the FETCH API to make AJAX calls
A FULFILLED PROMISE - Using the FETCH API to make AJAX calls

In this article we talked about what AJAX calls are and how to use them in a traditional way, by…

read more