You may also enjoy
Free CDN: jsDelivr+Github
less than 1 minute read
CDN : Content Delivery Network
wrong value: $(window).height()
less than 1 minute read
$(window).height() gets the same value with $(document).height() , because I forgot to add <!DOCTYPE html> Source
Timeline: horizon
less than 1 minute read
Code
Java: StringBuilder
1 minute read
StringBuilder: A mutable sequence of characters ```java StringBuilder sb = new StringBuilder();