how to use javascript string to lowercase method in node code example Example: js to lowercase var str = "Hello World!"; var res = str.toLowerCase();