Posts by x7MKDeath7x • 49 points
3 posts
-
-2
votes2
answers47
viewsQ: How does the get() method work?
I wanted to understand the method get(), how it works and what is it serving in this code (preferably wanted an explanation of imaginary form without technical names). package exemplo_oo; public…
javaasked x7MKDeath7x 49 -
-3
votes3
answers98
viewsQ: Why is the expression ``` == '`' true?
I really want to understand why in Javascript this code gives true. I couldn’t understand that logic, can someone please explain to me? console.log(`\`` === '`');…
-
2
votes2
answers595
viewsQ: How does toString work in Javascript?
I really wanted to understand what it’s for and how to use the method toString, why I always search on websites and can’t understand the way they are talking and demonstrating, so if anyone can…