var message = "" if (XMLHttpRequest.responseText.length > 0) message = jQuery.parseJSON(XMLHttpRequest.responseText).error ...
JavaScript Double 'if'
hash = {}
array.each { |key| hash[key] = func(key) }
Ruby How to make it more idiomatic?
Can you make this code more...
How to make this code looks...