Posts by Oracy Martos • 193 points
2 posts
-
7
votes3
answers1249
viewsA: Why can I create two functions with the same Javascript signature?
Complementing the answers, if you don’t want your function to be overwritten, and keep its values, you can create them through the const const teste = function () { console.log("Teste1") } teste()…
javascriptanswered Oracy Martos 193 -
2
votes1
answer36
viewsQ: Incorrect return
Good evening, I’m having a problem pulling the bank information and display in the show. my code is like this: <%= @question.answers.each do |answer| %> <div class="media"> <div…
ruby-on-railsasked Oracy Martos 193