Files
astuto/app/javascript/packs/hello_erb.js.erb

4 lines
64 B
Plaintext
Raw Normal View History

<% name = 'Erb' %>
console.log('Hello world from <%= name %>')