Convert var to let
mtbink.com logo

Convert var to let

Input (String)
Output (String)

The function of this online utility is to convert var to let.

For example,

var a = 1;
var b = 2;
will becomes:
let a = 1;
let b = 2;
.

Search the entire website:

Flag Counter
RSS