Open in app

Sign In

Write

Sign In

Harish Khot
Harish Khot

10 Followers

Home

About

Jul 20, 2021

Create recursive function correctly — JavaScript

A recursive function typically is formed when a function calls itself by name. Syntax function recurse() { if(condition) { recurse(); } else { // stop calling recurse() } } recurse(); A recursive function always has a condition to stop calling itself, otherwise, it will call itself indefinitely. Generally, recursive functions are…

Java Script

2 min read

Create recursive function correctly — JavaScript
Create recursive function correctly — JavaScript
Java Script

2 min read


Jun 21, 2021

CAPABILITY DETECTION — JavaScript

Capability Detection Is Not Browser Detection The most commonly used and widely accepted form of client detection is called capability detection. Capability detection (also called feature detection) aims not to identify a specific browser being used but rather to identify the browser’s capabilities. This approach presumes that specific browser knowledge is unnecessary and that the solution…

Capability Development

2 min read

CAPABILITY DETECTION — JavaScript
CAPABILITY DETECTION — JavaScript
Capability Development

2 min read


Mar 28, 2021

Smart CLI service to create store, actions, reducer and saga with dynamic options

Redux-serve cli It’s common experience that when we work with react-redux once we done with initial store setup we usually copy paste existing file and edit the same as per the requirement . We have excellent utility redux-serve to do same. Features Kickstart to your redux setup Increase productivity Predefined templets for actions…

3 min read

Smart CLI service to create store, actions, reducer and saga with dynamic options
Smart CLI service to create store, actions, reducer and saga with dynamic options

3 min read


Oct 5, 2019

Integrate MapmyIndia Interactive Map API with React

MapmyIndia provides Interactive Maps JavaScript API based on Leaflet JS helps render and display map tiles while customizing the map’s look and feel on mobile or web browser. Features Zoom: Pan-able map of India with 15 zoom levels, 19 being the highest (most detailed) and 4 being the lowest (country level)…

Java Script

3 min read

Integrate MapmyIndia Interactive Map API with React
Integrate MapmyIndia Interactive Map API with React
Java Script

3 min read

Harish Khot

Harish Khot

10 Followers

Senior Software Engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech