Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Javascript Developer I Topic 4 Question 94 Discussion

Actual exam question for Salesforce's Javascript Developer I exam
Question #: 94
Topic #: 4
[All Javascript Developer I Questions]

Which two console logs output NaN?

Choose 2 answers | |

Show Suggested Answer Hide Answer
Suggested Answer: D

Contribute your Thoughts:

Patrick
2 months ago
Options B and D, for sure! Trying to convert strings like 'two' and 'five' to numbers is just asking for trouble.
upvoted 0 times
Cyril
4 days ago
Agreed, it's important to be careful with data types in JavaScript.
upvoted 0 times
...
Emiko
30 days ago
Definitely! Trying to convert strings to numbers can lead to NaN.
upvoted 0 times
...
Herman
1 months ago
D) console.loeg(10 / 'five');
upvoted 0 times
...
Valentin
1 months ago
B) console.log(parseInt ' (\'two')) ;
upvoted 0 times
...
...
Nickie
2 months ago
Hmm, let me think about this. I reckon options B and D are the ones that will give us NaN, right?
upvoted 0 times
Mabelle
1 months ago
No, actually it's options A and C that will output NaN.
upvoted 0 times
...
Jaime
1 months ago
Yes, you're correct. Both options B and D will output NaN.
upvoted 0 times
...
...
Nicolette
2 months ago
Ooh, this is a tricky one! I'm going to go with options B and D, because 'two' and 'five' are definitely not valid numbers.
upvoted 0 times
...
Gracia
2 months ago
I think options B and D will output NaN, as they involve converting non-numeric values to numbers.
upvoted 0 times
Jolanda
1 months ago
NaN is the result of trying to perform arithmetic with non-numeric values.
upvoted 0 times
...
Brittney
2 months ago
That's correct, those two options involve operations that result in NaN.
upvoted 0 times
...
Marge
2 months ago
Yes, because parseInt('two') and dividing by 'five' will result in NaN.
upvoted 0 times
...
Herminia
2 months ago
I agree, options B and D will output NaN.
upvoted 0 times
...
...
Charolette
2 months ago
I'm not sure, but I think option A and C also output NaN because dividing by 0 or a non-numeric value would result in NaN.
upvoted 0 times
...
Helene
2 months ago
I agree with Janae, because parseInt('two') and dividing by 'five' would result in NaN.
upvoted 0 times
...
Janae
2 months ago
I think option B and D output NaN.
upvoted 0 times
...

Save Cancel