60 likes | 74 Views
A Full Stack Developer is somebody who works with the rear End or server side of the appliance even as the face, or customer side. Full Stack Developers must have some abilities in an exceedingly wide assortment of coding specialties, from data sets to visual computerization and UI/UX the board to require care of their business competently. The cycles related to the advancement of a product application essentially represent two classifications: front-end improvement and back-end improvement.
E N D
windowObject The window object represents a window in browser. An object of window is created automatically by the browser. The important methods of window object are as follows: Descri[tJtion Method alert() displaysthealertboxcontainingmessagewithok button. confirm()displaystheconfirmdialogboxcontainingmessagewithok andcancel button. [!rom[!t()dis(!Jlansadialo boxto etinl!utfromtheuser. opensthenewwindow. o(fJen() closesthecurrentwindow. close() setTimeout() performactionafter specifiedtimelikecallingfunction,evaluating ex!!Jressions etc. Next
HistoryObjectry • The JavaScript history object represents an array of URLs visited by the user. • By using this object, you can load previous, forward or any particular page. • There are only 1property of history object. • lengt h - returns the length of the history • URLs. • There are only 3 methods of history object. • forw ard() - loads the next page. • back() - loads the previous page. • go() - loads the given page number. • history.back(); //for previous page history.for-ward(); //for next page history.go(2); //for next 2nd page history.go(-2);//forprevious2ndpage Next
NavigatorObject The JavaScript navigator object is used for browser detection. It can be used to get browser information such as appName, appCodeName, userAgent etc. There are many properties of Navigator object that returns information of the browser. • appName - returns the name. • appVersion - returns the code name. • appCodeName - returns the code name. etc... document.:.1itcl 11"<br/>navigator.appCodeName:"+navigator.appCodeName); document. document. document. .1itcil11"<br/>navigator.appName:"+navigator.appName); .1itcl 11"<br/>navigator.appVersion:"+navigator.appVersion); .1itc:l 11"<br/>navigator.language:"+navigator.language);
windowObject The window object represents a window in browser. An object of window is created automatically by the browser. The important methods of window object are as follows: Descri[tJtion Method alert() displaysthealertboxcontainingmessagewithok button. confirm()displaystheconfirmdialogboxcontainingmessagewithok andcancel button. [!rom[!t()dis(!Jlansadialo boxto etinl!utfromtheuser. opensthenewwindow. o(fJen() closesthecurrentwindow. close() setTimeout() performactionafter specifiedtimelikecallingfunction,evaluating ex!!Jressions etc.
Thank You!!!