It's hard to believe...
-
...that everyday I need work with that kind of difference:
// This returns undefined
return
{
status: true
};// This returns { status: true }
return {
status: true
};Read more here: Review: The best JavaScript book I’ve read[^]
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:
-
...that everyday I need work with that kind of difference:
// This returns undefined
return
{
status: true
};// This returns { status: true }
return {
status: true
};Read more here: Review: The best JavaScript book I’ve read[^]
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:
What language?
-
What language?
-
What language?
I'd be willing to bet it's Javascript given the link to the book.
-
...that everyday I need work with that kind of difference:
// This returns undefined
return
{
status: true
};// This returns { status: true }
return {
status: true
};Read more here: Review: The best JavaScript book I’ve read[^]
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:
Oh yes, don't you just love Javascript's agnostic approach to semicolons.
-
I'd be willing to bet it's Javascript given the link to the book.
Just to make sure to avoid it :)
-
...that everyday I need work with that kind of difference:
// This returns undefined
return
{
status: true
};// This returns { status: true }
return {
status: true
};Read more here: Review: The best JavaScript book I’ve read[^]
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger: