Welcome, visitor! [ Login

Listings tagged with 'javascript' (15)

 

do you know different status codes in javascript ?

do you know different status codes in javascript ? Here are some links that might be useful to you: https://developer.mozilla.org/en-US/docs/Web/HTTP/Statushttps://developer.mozilla.org/en-US/docs/Web/HTTP/Status HTTP response status codes – […]

87 total views, 0 today

 

how is javascript object oriented ?

how is javascript object oriented ? Here are some links that might be useful to you: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object-oriented_programminghttps://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object-oriented_programming Object-oriented programming – Learn web development | MDN […]

66 total views, 0 today

 

what is timestamp in javascript ?

what is timestamp in javascript ? Here are some links that might be useful to you: https://stackoverflow.com/questions/221294/how-do-i-get-a-timestamp-in-javascripthttps://stackoverflow.com/questions/221294/how-do-i-get-a-timestamp-in-javascript How do I get a timestamp in JavaScript? […]

111 total views, 0 today

 

how to search value in array in javascript ?

how to search value in array in javascript ? Here are some links that might be useful to you: https://www.freecodecamp.org/news/4-methods-to-search-an-arrayhttps://www.freecodecamp.org/news/4-methods-to-search-an-array Four Different Ways to Search […]

65 total views, 0 today

 

get the name of an object javascript ?

get the name of an object javascript ? Here are some links that might be useful to you: https://stackoverflow.com/questions/10314338/get-name-of-object-or-classhttps://stackoverflow.com/questions/10314338/get-name-of-object-or-class javascript – Get name of object […]

137 total views, 1 today

 

what are … in javascript ?

https://developer.mozilla.org/en-US/docs/Web/javascripthttps://developer.mozilla.org/en-US/docs/Web/javascript JavaScript | MDN – MDN Web Docs 25 sept. 2023JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While […]

136 total views, 0 today

 

how to get event listeners in javascript ?

https://stackoverflow.com/questions/446892/how-to-find-event-listeners-on-a-dom-node-in-javascript-or-in-debugginghttps://stackoverflow.com/questions/446892/how-to-find-event-listeners-on-a-dom-node-in-javascript-or-in-debugging How to find event listeners on a DOM node in JavaScript or in debugging … Gets all events alongside their respective element: Array.from (document.querySelectorAll […]

87 total views, 0 today

 

get the form values in javascript ?

https://stackoverflow.com/questions/3547035/getting-html-form-valueshttps://stackoverflow.com/questions/3547035/getting-html-form-values javascript – Getting HTML form values – Stack Overflow How can I get the value of an HTML form to pass to JavaScript? Is […]

100 total views, 0 today

 

how to get age from date of birth in javascript ?

https://stackoverflow.com/questions/10008050/get-age-from-birthdatehttps://stackoverflow.com/questions/10008050/get-age-from-birthdate javascript – Get age from Birthdate – Stack Overflow function calculate_age (birth_month,birth_day,birth_year) { today_date = new Date (); today_year = today_date.getFullYear (); today_month = […]

118 total views, 0 today

 

get the element by id javascript ?

https://www.w3schools.com/jsref/met_document_getelementbyid.asphttps://www.w3schools.com/jsref/met_document_getelementbyid.asp HTML DOM Document getElementById() Method – W3Schools Description. The getElementById() method returns an element with a specified value.. The getElementById() method returns null if […]

80 total views, 0 today

Page 1 of 21 2