See the Pen How to center sticky header without it jumping during scroll? by satish mallick ( @satishmallick ).
Wednesday, 28 August 2019
Find the index of the array element you want to remove, then remove that index with splice . The splice() method changes the contents of...
Monday, 26 August 2019
Humble-bundle-python-programming-14-books
satish mallick
August 26, 2019
Humble-bundle-python-programming-14-books Will be deleted on 3 September, 2019 https://wetransfer.com/downloads/ed972b5e3c2f50a7d4c682...
Tuesday, 9 July 2019
satish mallick
July 09, 2019
Git Commands • git init creates a new Git repository • git status inspects the contents of the working directory and staging area • git ...
Friday, 5 July 2019
To-Do List Using jQuery
satish mallick
July 05, 2019
See the Pen To-Do List Using jQuery by satish mallick ( @satishmallick ) on CodePen . <html> <head> ...
Thursday, 4 July 2019
Text scroller in jQuery
satish mallick
July 04, 2019
See the Pen Text scroller in jQuery by satish mallick ( @mallick_satish ) on CodePen . I am a designer. ...
How to Use Public JSON APIs
satish mallick
July 04, 2019
How to Use Public JSON APIs We can query public databases and request data in the form of JSON. To learn about JSON read this MDN guide ...