Mohammad Shahrizal Prabowo
Results
2
issues of
Mohammad Shahrizal Prabowo
The first instance of inline link from the code bellow returned as expected, but the second one does not: ``` This is an [example inline link](http://lmgtfy.com/) and [another one with...
On https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/append.html there's a slight consistency error with your other patterns. It is recomended to use array.push() and then join it instead of appending string over and over So, instead...