Bloğ ? > MERN URL Shortener > Ch 1 - Project Setup

05 Apr 2021

Mern Part 1

1
2
3
4
5
    def print_hi(name)
        puts "Hi, #{name}"
    end
    print_hi('Tom')
    #=> prints 'Hi, Tom' to STDOUT.
1
    console.log('log')