graduated from AKHSS Gahkuch, Studying Computer Science at National University of Science and Technology Islamabad ♥
See more
const mapDispatchToProps = dispatch => ({ onLogin: (user) => { dispatch(getUser(user)); },});
JavaScript is a multi-paradigm language, supporting imperative/procedural programming along with OOP (Object-Oriented Programming) and functional programming. JavaScript supports OOP wi…