The document contains a comprehensive list of questions covering HTML, CSS, JavaScript, React, and Redux topics. It addresses fundamental concepts, differences between various elements and methods, and optimization techniques. The questions range from basic definitions to advanced programming concepts, making it a useful resource for learning and reviewing web development skills.
The document contains a comprehensive list of questions covering HTML, CSS, JavaScript, React, and Redux topics. It addresses fundamental concepts, differences between various elements and methods, and optimization techniques. The questions range from basic definitions to advanced programming concepts, making it a useful resource for learning and reviewing web development skills.
what are attributes in HTML ? What are Void elemets in HTML ? what are HTML entities ? what is the difference between id and class attribute of HTML elements? Describe HTML layout structure ? How to optimize website assests loading ? Is nesting of webpages possible ? How is cell padding different from cell spacing ? In how Many ways you can display HTML elements ? what is the difference between display none and visibillity hidden ? differnce between link tag and anchor tag ? what is the some of the avantages of HTML5 over its previous versions? inline and block elements in HTML5 How to specify the metadata in HTML5 ? What are semantic elements ? explain the concept of web storage in HTML5 ? What is the doctype in HTML ? Which kinds of API in using in HTML ? what is the box modal in css ? how to include css in the webpage ? what are the different types of selectors in css what is the vh and vw in css ? what is the differenve between inline, inline-block, and block ? what are psuedo class and psuedo elements ? what is the difference between adaptive design and responsive design? how to border box different from content box ? what is the opacity > what are the propeties of flexbox ? explain css posotion property ? what is the media query ? what is the grid system ? difference between flexbox and grid ? what is the specifity ? JavaScript Questions what is the variables ? What is the differences between let, var and const variables ? what is the datatypes ? What is the differences types of datatypes present in js ? what is the Array ? Give me some example of Array methods ? what is the object and tell some importance method of object ? what is the temporal dead zones ? what is the hoisting in js ? what is the prototypes ? give me differnces between primitivies and non primitivies data types? difference between == and === operator ? explain pass by value and pass by reference ? what is the immediately invoked function in js ? explain higher order function in js ? explain this keyword ? what is the mean by self invoking function ? explain call, apply and bind method in js ? what is the curring in js ? explain scope and scope chain in js ? explain closure in js ? what are the object prototypes ? what are the callbacks ? what is the memoization ? what is the recursion in js ? what is the use of constructor function in js ? what is the DOM ? what is the mean by BOM ? what is the client side js ? what is the server side js ? what are the arrow functions ? what is the rest operator ? what is the spread operator ? what is the use of the promise ? what are the classes in js ? what is object destructuring in js ? what is the async and await in js ? what is the lexical scoping in js ? what is the event loop in js ? what is the debouncing ? what is the throttling ? what is the map, filter and reduce method in js ? How to optimization over application performance in js ? What is the shallow copy and deep copy in js ? what is the differenc types of fetch method in js ? what is the JSON in js ? what is the local , session and cookies storage in js ? what is the event bubbling ? what is the event capturing ? what is the timimg events in js ? what is the single threaded langauges ? what is the object set and object map in js ? what is the differences method in string ? what is the differences method in what is the ES6 version in js ? what is the differnce between null and undefined ? what is the controlled and uncontrolled components ? difference between fetch and Axios method for API calls ? what is the callback Hell ? React Questions what is the react ? what is the state ? what is the props ? what is the functions base components ? what is the class base components ? what is the life cycle method in functioin base components ? what is the life cycle method in class base components ? what is the props drilling ? what is the pure components ? what is the error boundries ? what is the Hook ? what is usestate hook ? what is the useEffect Hook ? what is the UseReducer Hook ? what is the Custom Hook ? what is the useMemo Hook ? what is the Usecallback Hook ? what is the useRef Hook ? what is the useContext Hook ? what is the JSX ? What is the virtual DOM ? what ids the HOC ? what is the Routing ? Redux Questions what is the redux ? what is the flow of redux ? what is the flux ? what is the action, reducer and store in redux ? what is the thunk give me some example ? what is the difference between mapStateToProps() and mapDispatchToProps? what is the AXIOS library ? what is the material UI ?