The function of this online utility is to convert var to let.
For example,
var a = 1; var b = 2;
let a = 1; let b = 2;
Search the entire website: