To implement adding comments, multiple values must be sent to an AJAX request params. How to implement it in pure javascript. In the code section below, only one value is sent, the comment text.
var comment = document.getElementById("textCommentID").value; params = "comment=" + comment; request = new ajaxRequest()