Posts by Pedro Henrique • 46 points
3 posts
-
-6
votes3
answers724
viewsA: Ignore the first line of a file
I believe that if you are playing the lines in an array, right after you record all the lines in the array you can do a shift to remove the first line.
-
2
votes2
answers60
viewsA: What does it mean when the console returns the function itself?
console.log(result); replace with console.log(result()); When you don’t put the "()", you just reference and don’t call the function.
-
2
votes1
answer5138
viewsQ: How to run a powershell function by calling the file . ps1?
all right with you guys? I request a help created a function that backs up virtual machines this function receives two parameters the server name and the VM name. I need to call function by running…