Showing Post From JavaScript

Must-Use Form Builder for Developers: SurveyJS

Need a form? Check out SurveyJS, a set of four open-source JavaScript form builder libraries that you can easily integrate into your JavaScript app to load and run unlimited web forms, or build your own self-hosted form management system, retaining all sensitive data on your servers.

Read more

Why Interviewers Still ask ‘FizzBuzz’ in 2022

This problem has been around for such a long time. Anyone who has been writing code for even a little while has probably come across it.

Read more

JavaScript Interview Question: Counting vowels

In this article, we have a fun algorithm challenge: vowels.js. It’s a simple problem – count the vowels in a string.

Read more

Create a Node.js Weather App - Get the weather from the command line

In this article, we’ll make a weather app CLI (command-line interface). We’ll use the OpenWeather API, axios, and pure Node.js. So before we get started, head on over to OpenWeather and create an account, you’ll need an API key to continue with the article.

Read more

Hiding the Menu on Right-Click with JavaScript

There are a number of reasons someone would want to disable right-clicks on their websites. Most notably, people do it to prevent users from downloading images, or copying text.

Read more

How to Copy Text to Clipboard with JavaScript

You might have seen some websites that allow you to click a button to copy some contents to the clipboard. You might have wondered how this is accomplished.

Read more