Javascript Archives | Code Pumpkin https://codepumpkin.com/category/javascript/ Let us code with pumpkin Sun, 29 Mar 2020 19:53:06 +0000 en-US hourly 1 https://codepumpkin.com/wp-content/uploads/2017/04/cropped-codepumpkinforIcon-2-32x32.png Javascript Archives | Code Pumpkin https://codepumpkin.com/category/javascript/ 32 32 HTML5 Autocomplete Attribute https://codepumpkin.com/html5-autocomplete-attribute/ https://codepumpkin.com/html5-autocomplete-attribute/#disqus_thread Sun, 29 Mar 2020 19:46:35 +0000 https://codepumpkin.com/?p=7522 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.

The post HTML5 Autocomplete Attribute appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/html5-autocomplete-attribute/feed/ 0
Statements, Semicolons and Comments in JavaScript https://codepumpkin.com/statements-semicolons-and-comments-in-javascript/ https://codepumpkin.com/statements-semicolons-and-comments-in-javascript/#disqus_thread Wed, 12 Sep 2018 05:06:15 +0000 https://codepumpkin.com/?p=6972 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 […]

The post Statements, Semicolons and Comments in JavaScript appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/statements-semicolons-and-comments-in-javascript/feed/ 0
Program to check if given string is palindrome or not https://codepumpkin.com/palindrome-string-javascript/ https://codepumpkin.com/palindrome-string-javascript/#disqus_thread Wed, 29 Aug 2018 02:44:39 +0000 https://codepumpkin.com/?p=6784 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 […]

The post Program to check if given string is palindrome or not appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/palindrome-string-javascript/feed/ 2
Where to place JavaScript code? https://codepumpkin.com/where-to-place-javascript-code/ https://codepumpkin.com/where-to-place-javascript-code/#disqus_thread Sat, 25 Aug 2018 16:40:16 +0000 https://codepumpkin.com/?p=6749 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 […]

The post Where to place JavaScript code? appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/where-to-place-javascript-code/feed/ 0
ECMAScript, JavaScript Engines, ECMA-262 etc. https://codepumpkin.com/ecmascript-javascript-engines-ecma-262-etc/ https://codepumpkin.com/ecmascript-javascript-engines-ecma-262-etc/#disqus_thread Sun, 19 Aug 2018 21:04:26 +0000 https://codepumpkin.com/?p=6305 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 […]

The post ECMAScript, JavaScript Engines, ECMA-262 etc. appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/ecmascript-javascript-engines-ecma-262-etc/feed/ 2
Code Editors for Web Development https://codepumpkin.com/code-editors-for-web-development/ https://codepumpkin.com/code-editors-for-web-development/#disqus_thread Thu, 16 Aug 2018 04:06:41 +0000 https://codepumpkin.com/?p=5185 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 […]

The post Code Editors for Web Development appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/code-editors-for-web-development/feed/ 4
Why should we learn JavaScript? https://codepumpkin.com/why-should-we-learn-javascript/ https://codepumpkin.com/why-should-we-learn-javascript/#disqus_thread Tue, 14 Aug 2018 17:36:30 +0000 https://codepumpkin.com/?p=4777 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 […]

The post Why should we learn JavaScript? appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/why-should-we-learn-javascript/feed/ 0
Callbacks and Promises | Javascript https://codepumpkin.com/callbacks-promises-javascript/ https://codepumpkin.com/callbacks-promises-javascript/#disqus_thread Thu, 29 Jun 2017 03:08:27 +0000 http://codepumpkin.com/?p=1506 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 […]

The post Callbacks and Promises | Javascript appeared first on Code Pumpkin.

]]>
https://codepumpkin.com/callbacks-promises-javascript/feed/ 0