Zlatin Kolev
Zlatin Kolev
This issue regards Javascript. As you can see from the screenshot posted below, it appears that in the original Atom theme when you are declaring a variable using "const", the...
## Sample code for EDIT-0 and EDIT-1 ``` getResults() { // this.resultField.html("Search results go here..."); // this.isLoaderVisible = false; $.getJSON("http://localhost:3000/wordpress/wp-json/wp/v2/posts?search=" + this.searchField.val(), posts => { this.resultField.html(` General Information ${posts[0].title.rendered} ${posts.map}...