0% found this document useful (0 votes)
47 views1 page

Original

The document provides practice problems involving JavaScript number operations and data types, asking the reader to answer questions about operations like division, multiplication, addition and subtraction using numbers and strings and explain their answers. It also includes the author's Codepen and Twitter handles.

Uploaded by

Emmanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

Original

The document provides practice problems involving JavaScript number operations and data types, asking the reader to answer questions about operations like division, multiplication, addition and subtraction using numbers and strings and explain their answers. It also includes the author's Codepen and Twitter handles.

Uploaded by

Emmanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Resources

JavaScript - Numbers
Practice Problems

Q. Answer the following questions. Also, explain why do you think that your answer is
correct.

1. console.log(0 / 0)
2. console.log(0 / 5)
3. console.log(3 * 'a')
4. console.log('a' * 3)
5. console.log('b' + 4)
6. console.log(4 + 'b')
7. console.log(5 - 'c')
8. console.log('c' - 5)

Codepen URL: https://codepen.io/qaifikhan/pen/BMLxyd

My Twitter Handle: @qaifikhan

All the Best!

EdYoda Digital University https://www.edyoda.com


Page | 1

You might also like