Cody.pk

Cody.pk

Share

Welcome to Cody.pk, your one-stop destination for high-quality online courses in IT, Web& Management.

31/12/2024

Courses At Cody.pk

31/12/2024

Fee Structure Cody.pk

15/09/2024
Handling Multiple Promises in JavaScript 26/08/2024

How multiple promises are handled in JS?

Handling Multiple Promises in JavaScript In asyc communication when there are multiple promises then multiple then and catch are used. Here's How We have a function fetchData() to fetch the data but data has millions of records with 100's of columns so it takes time and we have to updated one portion of web page say center of page.

Closure In JavaScript 26/08/2024

Closure in JavaScript

Closure In JavaScript In JavaScript, when a function is called its instructions are executed statemenet by statement What if we have complex functionality with many functions inside one another. How variables are processed after return.

IFFE Expressions In JavaScript 26/08/2024

IFFE In JS

IFFE Expressions In JavaScript In JavaScript, you execute function after its definition, heres how Method-1: function add(a,b){ return a+b; } or with another notation let add=function(){ return a+b; } or with arrow function let add=()=>{ return a+b; } Now we have to call add(a,b) to execute add(10,10) will return 20 What if we wa

How redux is used to create CRUD App? 16/08/2024

Simple CRUD App in React-Redux

How redux is used to create CRUD App? Step-1: You import necessary modulesimport {React,useState} from 'react' import {Provider,useSelector, useDispatch} from 'react-redux'; import {createStore} from 'redux' Step-2: Define Initial Stateconst initialState={ items:[ {id:1,name:'Ali'}, {id:2,name:'Akram'} ] } Step-3: You define reducer Ste

Want your school to be the top-listed School/college in Rawalpindi?

Click here to claim your Sponsored Listing.

Location

Telephone

Address

Cody. Pk, Global Training, Shamshad Plaza, Computer Market, Near GPO
Rawalpindi
46000

Opening Hours

Monday 09:00 - 20:00
Tuesday 09:00 - 20:00
Wednesday 09:00 - 20:00
Thursday 09:00 - 20:00
Friday 09:00 - 20:00