I am new to emacs and could you tell me where to find the load-path. because i get the answer below to include javascript library in to emacs In short where am going to type "(add-to-list 'load-path "/home/user/emacsfiles")"
"Download moz.el and place it in Emacs’ load-path. Alternatively, place it in any directory (e.g. “/home/user/emacsfiles”) then add that directory to the load-path, as follows:
(add-to-list 'load-path "/home/user/emacsfiles")