Created
March 20, 2016 14:00
-
-
Save jcarroyo/c258d5ea693e0395993d to your computer and use it in GitHub Desktop.
Importance "use strict"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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