Among the following, identify the data types used in JavaScript
Among the following, identify the data types used in JavaScript int, oat, number, char, boolean, long
4 views
1 Answers
From the list there is only two, number and boolean are the types used in JavaScript.
4 views
Answered