sakshicodrops.hashnode.devBig-O ? Is It That Complex!The minute you hear to find Time or Space complexity of code , it intimidates at first and we might think its better to write rather than analyze it . I always wondered , Why do we care to find complexity , if code works good in my project context a...Aug 8, 2021·6 min read
sakshicodrops.hashnode.devCHAPTER 21 : JAVASCRIPT DAY 21#teamtanayejschallenge CHAPTER 21 : EMOJI-END GAME Till now we have covered all concepts of EJS6 And now After 20 blogs , one can make any number of and any type of JS project from here. Here is the last one here. Whose html and css is your responsi...Dec 16, 2020·3 min read
sakshicodrops.hashnode.devJAVASCRIPT JOURNEY - DAY 12#teamtanayejschallenge CHAPTER 12 : FETCH API( ASYNC CONTINUED) Fetch API:~ It is new standard for HTTP requests other than AJAX where Fetch API actually returns a promise more often. So to understand it , we can re-create easyhttp library using Fet...Dec 16, 2020·2 min read
sakshicodrops.hashnode.devJAVASCIPT JOURNEY - DAY 20#teamtanayejschallenge CHAPTER 20 :PIXEL EDITOR Index.html <!DOCTYPE html> <html> <head> <title>Pixel Art Maker!</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Monoton"> <link rel="stylesheet" href="styles.c...Dec 16, 2020·2 min read
sakshicodrops.hashnode.devJAVASCRIPT JOURNEY : DAY 19#teamtanayejschallenge CHAPTER 19 : A PLATFORM GAME Platform games (or “jump and run” games) expects the player to move a figure through a world. CODE is plain JavaScript , can run directly in any web browser. First we have index.html file: <!DOCTY...Dec 16, 2020·3 min read