Jshint Esversion: 6
when jshint throw warning on using const and let use this before writing any js code
/* jshint esversion: 6 */
Obnoxious Opossum
when jshint throw warning on using const and let use this before writing any js code
/* jshint esversion: 6 */
"jshint.options":{
"esversion":6
}