Post Tags

4 post(s) found for `javascript` tag.

React Portal: All You Need to Know

JavaScript React Web Dev

All you need to know about using React portals, with practical examples to help you learn fast.

New In JavaScript: findLast() and findLastIndex() array methods

New In JavaScript: findLast() and findLastIndex() array methods

Array-Methods JavaScript New-In-JS

New! Use the findLast() and findLastIndex() array methods to easily find last elements and last element index in JavaScript. These methods accepts a test function and returns the last found element and the found element index in JavaScript respectively. Click to learn more.

Tic tac toe game JavaScript

Build a Tic Tac Toe Game in 10 Lines with JavaScript

JavaScript Fun Code Web Dev

In this tutorial, you will learn how to code the popular Tic Tac Toe Game in JavaScript in just 10 lines. Note: This is a fun code.

Share Contents Natively with JavaScript Web Share API

Web Share API: How to Share Contents Natively with JavaScript

JavaScript Web Dev Web Share

Social sharing has been a great way to promote your blog posts and let your readers discover you. Sharing contents online is as old as the internet and websites, and has been in use since then. The evolution of social media websites has broadened the need to share content online and so the JavaScript Web Share API is taking it to an advanced level.