What is let keyword in JavaScript? Technology Community › Category: JavaScript › What is let keyword in JavaScript? 0 Vote Up Vote Down VietMX Staff asked 4 years ago In addition to creating declarations for variables at the function level, ES6 lets you declare variables to belong to individual blocks (pairs of { .. }), using the let keyword.