Skip to content

Instantly share code, notes, and snippets.

@jcarroyo
Created March 20, 2016 14:00
Show Gist options
  • Save jcarroyo/c258d5ea693e0395993d to your computer and use it in GitHub Desktop.
Save jcarroyo/c258d5ea693e0395993d to your computer and use it in GitHub Desktop.
Importance "use strict"
"use strict"
var path = "C:/"
var file = "custom.txt";
var filePath = "C:/default.txt"
if(file){
filepath = path + file;
}
console.log(filePath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment