Interview Questions: (Ui Full Stack Web Development)
Interview Questions: (Ui Full Stack Web Development)
JavaScript
42. Why JavaScript is called client side scripting language?
43. Why JavaScript is use while developing a web page?
44. What are the data types, list of JavaScript supports?
45. What is type casting and dynamic type casting in JavaScript ?
46. What is type of method?
47. What tools you have experienced with for debugging JavaScript code?
48. What are the different ways we inject JavaScript code to web pages?
49. What is variable hoisting in JavaScript, why does JavaScript implements hoisting
concepts?
50. List out the control structures supported in JavaScript ?
51. Difference between = , == , === ?
52. Difference between “While Loop” and “Do While Loop’’ control structure?
53. What are the list of control structure JavaScript supports?
54. What are the new looping control structure supporting ACMA6 ?
55. How does switch case increases performance of the Page ?
56. Difference between the ‘else’ and ‘else if’ control structure ?
57. What is data structure , List out the data structure supported in JavaScript ?
58. What is an array?
59. Is array’s are homogenous or heterogynous data Structure ?
60. What are the predefined methods which can be applied on array ?
61. How do we insert or delete values at any required position within the array ?
62. What is the difference between “splice” and “slice” method ?
63. List out the predefined methods can be applied on a string ?
64. How do you find out the total number of spaces within a string ?
65. How do we find out the total number of words within the provide string ?
66. Write a program to find out the total number of vowels ?
67. Write a program to find out the total number of uppercase characters present within
a string ?