Posts

What Should You Know In React Js Before Creating A Simple CRUD Operations

Image
Creating CRUD Operation from Scratch is an awesome things that every beginner wants to do. In this blog We will provide some Code Snippets , methods and function by which you can simply perform CRUD in various Apps. About The application :- This app consists the List of Users details which you can add, modify, view or delete throughout the App. The list of users is coming from JSON - Server and you can simple install JSON- server through NPM(node package Manager) To begin with crud you must be aware that CRUD is an abbreviation for Create, Read , Update and Delete. first lets begin with Create  1. CREATE /ADD users  -  Hooks method i.e., useHistory, useState                                                        axios package                     ...

Function in Javascript

Image
  We can call the same function as many times as needed. Imagine that you manage an online store. When a customer places an order, you send them a thank you note. Let’s create a function to complete this task: Define a function called  sayThanks()  as a function declaration. In the function body of  sayThanks() , add code such that the function writes the following thank you message to the console when called:  'Thank you for your purchase! We appreciate your business.' Call  sayThanks()  to view the thank you message in the console. Functions can be called as many times as you need them. Imagine that three customers placed an order and you wanted to send each of them a thank you message. Update your code to call  sayThanks()  three times. Code: -    function sayThanks(){   console.log('Thank you for your purchase! We appreciate your business.'); } sayThanks(); sayThanks(); sayThanks(); sayThanks(); Output :-Thank you for your ...

अगर आप राहत साहब को पसंद करते है तो ये बाते आपको काफी दिलचस्प लगेगी [भावपूर्ण श्रद्धांजलि ] 1950 - 2020

Image
  Rahat Indori (राहत इन्दोरी) Born :  1 January 1950,  Indore Died :  11 August 2020,  Indore कहते है शायर और शायरी कभी मरते नहीं बल्कि एक रूह को छोरकर दूसरे रूह में प्रवेश करते है | पर आज हमारे बीच से एक ऐसा मस्तमौला और बेबाकी से अपनी बातो को अपनी शायरी में पिरोने वाला शायर इस दुनिया से रुख्सत  होकर अपने नयी और बेहतर  दुनिया में प्रवेश  कर गया | जी हां दोस्तों आज का हमारा यह ब्लॉग श्रद्धांजलि के रूप में समर्पित है उर्दू जुबान के जाने माना शायर Dr. Rahat Indori (Indian Poet, Painter, Bollywood Lyricist) जी को | हम बात करेंगे इनके जीवन के कुछ ऐसे  बाते  शायद आपको आज पहली बार पता चलेगा --   १. राहत इन्दोरी का असली नाम Rahat Qureshi है जो की इंदौर में जन्म लिए | बाद में लोकप्रियता के साथ साथ इन्हे ये उपनाम मिला राहत इन्दोरी २. उन्होंने 1972 में 19 साल की उम्र में अपनी पहली कविता का पाठ किया ३. वह पढ़ाई और खेल दोनों में शानदार थे। वह स्कूल और कॉलेज दोनों में फुटबॉल और हॉकी टीमों का कप्तान रहे | ४. वे सरल और आकर्षक भा...