Hi!,
Today i had to edit a bit of javascript and i decided to give 4coder a try, but there is a problem with anonymous functions and the way auto indentation works.
| $(document).ready(function() {
console.log( "ready!" );
});
|
this happens, it's not that big of a deal since there are ways around it, you can just declare the function, I was just curious if someone already tried to solve this problem or tried to implement javascript in 4coder.