Get in js when using function methods

when looking up the map method in jq, the W3C document has this code

$("p").append( $("input").map(function(){
  return $(this).val();
}).get().join(", ") );

after searching get (), there is no relevant explanation. What is this get?

Mar.01,2021

jquery official document
sometimes you can look at something other than W3C, such as official document


.

get () gets the DOM element method corresponding to the selector

https://developer.mozilla.org. MDN search box


convert JQuery objects to js objects
http://jquery.cuishifeng.cn/g.


how can it not be found

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7bed61-1386e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7bed61-1386e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?