-
var vs let vs const in Javascript
var, let and const are used to declared variables in Javascript. VAR Used to declare variables as global scoped or function scoped. A global scoped variable is accessible anywhere in…
-
Add custom marker on a leaflet map
1. Get images Two images are required to make a custom icon, the image itself and a shadow of the image. For a better look the image background should be…