Code Pumpkin

Tag Archives: javascript

HTML5 Autocomplete Attribute

March 30, 2020
Posted by Jatin Sorathiya

When a user starts to type in the field, the browser display options to fill in the field, based on previously typed values/history. Autocomplete feature was introduced as an unofficial HTML feature in Microsoft’s internet explorer and was later adopted by a number of other browsers. Chrome introduced a similar Autofill feature in 2011. With HTML5, the autocomplete attribute is an official part of the specification.

Statements, Semicolons and Comments in JavaScript

September 12, 2018
Posted by Suyash Purwar

Hello JavaScript Devs, I am back with another blog which will introduce you to some very basic features of JavaScript. In this article, I have discussed statements, semicolons and comments in JavaScript. Before diving right into our main topic, we will study about alert() function. Let's get started… alert() function alert() function is used to display popup box with ok […]

Program to check if given string is palindrome or not

August 29, 2018
Posted by Suyash Purwar

Introduction In this series, I will publish lots of puzzles in JavaScript. I will provide multiple solutions for a program so that you can have a better understanding of the problem and solution. These types of questions are many times asked in interviews, so a good understanding of these type of puzzles might benefit you. I must […]

Where to place JavaScript code?

August 25, 2018
Posted by Suyash Purwar

This is the first blog of JavaScript Fundamentals series. In this series, I will explain very basics and fundamental concepts of JavaScript.  In this article, I will explain the basic building blocks of JavaScript. I will be explaining about where should we put the JavaScript code in our HTML page. You will also learn about external […]

ECMAScript, JavaScript Engines, ECMA-262 etc.

August 20, 2018
Posted by Suyash Purwar

In this article, I will focus on a mixture of topics. Mainly, i am focusing on ECMAScript becuase most people don't understand what actually it is. I am focusing on another topics too like JavaScript engines, ECMAScript, ECMA specifications etc. Don't worry at all if these are alien words to you, I'll be explaining each and […]

Code Editors for Web Development

August 16, 2018
Posted by Suyash Purwar

Let's talk about the code editors which you will need for JavaScript and also for entire Web Development. There are hundreds of code editors for web development out there. We will narrow this long list of code editors down to 5 code editors. Code editors are those softwares where a programmer spends most of his time. Basically, code editors are […]

Why should we learn JavaScript?

August 14, 2018
Posted by Suyash Purwar

Let's see why should we learn JavaScript? What's so special about it and why people all around the globe are talking about it? Believe me, a web language like JavaScript is like a Batman's utility belt. If you are proficient in JavaScript, then think yourselves as a Superman with Batman's utility belt. JavaScript is the superpowers of a […]

Callbacks and Promises | Javascript

June 29, 2017
Posted by Dipen Adroja

In this article we will discuss about callback functions and promise in javascript. Callbacks and Promises are very important concepts of javascript as it helps it to support and leverage its asynchronous behaviour. First we explore on callback function and then promises. Callbacks: Let's first define the callback function: Callback function is any function that […]

Total Posts : 124
follow us in feedly

Like Us On Facebook