Reasons to use javascript for devops
Five reasons why you should include JavaScript in your toolkit
Javascript! ES6
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
Javascript! ES6
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.