EXERCISE 45 Solution Q1,2 &3 Governor Sindh IT Course Typescript

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 พ.ย. 2024

ความคิดเห็น • 113

  • @mariaalvi8745
    @mariaalvi8745 8 หลายเดือนก่อน +3

    Sir ap ki video dekhny say bhoot Achy say Samjh ata Hy Thank You Sir

    • @hassannasir1364
      @hassannasir1364 8 หลายเดือนก่อน

      bro ye run kise karte hain

  • @salamyaimama.s1033
    @salamyaimama.s1033 8 หลายเดือนก่อน +1

    very informative video sir apki video dekh ker dil se apky liye dua nikalti hain thankss

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน +1

      Bohut shukriya apka

    • @hassannasir1364
      @hassannasir1364 8 หลายเดือนก่อน

      @@knowledgelearning9352 bro ye run kise karte han apni _D ke bad run keya to ye kise kia napni kise karte ha run

  • @muhammadhamza1366
    @muhammadhamza1366 8 หลายเดือนก่อน

    Thanks sir bht acha samjhya ha sir ap jaldi jaldi assignment complete karva da

  • @Maya72624
    @Maya72624 7 หลายเดือนก่อน

    JAZAK ALLAH

  • @waqasahmed1399
    @waqasahmed1399 8 หลายเดือนก่อน

    Good har question k complete hone k bad repet krdia kry again that good❤

  • @Lifeupdate109
    @Lifeupdate109 8 หลายเดือนก่อน

    Thanks 😊

  • @maazsafderworld5779
    @maazsafderworld5779 8 หลายเดือนก่อน

    Thank you sir❤❤

  • @Pyaripari-ty6pi
    @Pyaripari-ty6pi 8 หลายเดือนก่อน

    Thank you Sir

  • @Hasnainzahoor1996
    @Hasnainzahoor1996 8 หลายเดือนก่อน

    close folder karney se pehly files save kar lena ya auto save option on karden is se ap ki programming safe & save rahegi.

    • @Hasnainzahoor1996
      @Hasnainzahoor1996 8 หลายเดือนก่อน

      Ek aur correction ap ne let personName: main Collin nahi dye code run tau kar jaega lekn kabhi kabhi heavey work m issues hojaengy.

  • @sumairairshad689
    @sumairairshad689 8 หลายเดือนก่อน

    Sir kindly yai btaeya title case Mai replace function Kaisa use kya

  • @kiranwahid4955
    @kiranwahid4955 8 หลายเดือนก่อน

    Assalamualaikum sir please typescript ki series bnai

  • @NazakatAlimalak-ru7is
    @NazakatAlimalak-ru7is 8 หลายเดือนก่อน +1

    Bro config ki files her folder m alag bnani h y ak p hi kre g.

  • @Ifra222
    @Ifra222 8 หลายเดือนก่อน

    And sir one more thing isme itni saari files bani he q2 solve krne kw lie to hum git hub pr saari files alag alag daalenge

  • @khizraiqbal-b8l
    @khizraiqbal-b8l 8 หลายเดือนก่อน

    sir plz yeh projects github pr kis trhan upload krne hai video banaden ek

  • @MasoodZaidi-p4e
    @MasoodZaidi-p4e 8 หลายเดือนก่อน +1

    Sir app.ts compile nahi ho rha app.js main. . . . error arha hai keh rhe hain app.ts not found

    • @S.T_Gamerz
      @S.T_Gamerz 8 หลายเดือนก่อน

      ap pehle likho gy
      tsc app.ts
      then
      node app.js krogy hojaiga

  • @mujjoqureshi8254
    @mujjoqureshi8254 8 หลายเดือนก่อน +1

    Bhai AK jaldi jaldi assignment poo ray Karwa do

  • @iqraaslam8987
    @iqraaslam8987 8 หลายเดือนก่อน

    Title case ma jo coding ki ha wo explain kren plz

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน +1

      Explanation of title case
      console.log("titlecase:", personName.replace(/\b\w/g, c => c.toUpperCase()));
      console.log("titlecase:", personName.replace(/\b\w/g, c => c.toUpperCase()));
      Here's a detailed explanation of the code:
      1. Breaking down the code:
      console.log("titlecase:", ...): This part prints a message to the console, indicating that the output is a titlecased version of the input.
      personName.replace(/\b\w/g, c => c.toUpperCase()): This is the core expression that performs the titlecasing:
      personName: This variable presumably holds the name string to be titlecased.
      .replace(/\b\w/g, c => c.toUpperCase()): This applies a regular expression-based replacement to the name string:
      /\b\w/g: This regular expression matches the first letter of each word in the string.
      \b: Matches a word boundary (the beginning or end of a word).
      \w: Matches a single word character (letter, digit, or underscore).
      g: Global flag, indicating that all matches in the string should be replaced, not just the first one.
      c => c.toUpperCase(): This is a callback function that's executed for each match. It converts the matched character to uppercase using the toUpperCase() method.
      2. How it works step by step:
      The regular expression /\b\w/g identifies the first letter of each word in the personName string.
      For each matched letter, the callback function c => c.toUpperCase() is invoked.
      The callback function converts the matched letter to uppercase using c.toUpperCase().
      The replace method replaces the original lowercase letters with the uppercase versions, resulting in a titlecased string.
      The final titlecased string is printed to the console, preceded by the label "titlecase:".
      Example:
      If personName is "john doe", the output would be:
      John doe

    • @iqraaslam8987
      @iqraaslam8987 8 หลายเดือนก่อน

      @@knowledgelearning9352 jazakaAllah

  • @hayatabeer3616
    @hayatabeer3616 8 หลายเดือนก่อน +1

    Sir git account sign up krne k bad account public krna he ya private

  • @aliyapervez0319
    @aliyapervez0319 7 หลายเดือนก่อน

    har questiion k lye node module ,config JSON ki files banana kiun zaruri hain ek bar kafi nhi ??

    • @knowledgelearning9352
      @knowledgelearning9352  7 หลายเดือนก่อน

      config ki file zaroori hai baqi nahe
      compilation k liye

  • @irfanmirfan5723
    @irfanmirfan5723 7 หลายเดือนก่อน +1

    whatsup group show nahi ho raha hai?

  • @TheJourney768
    @TheJourney768 8 หลายเดือนก่อน

    Unable to write file 'd:\class 01 ts\main.ts' (NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open 'd:\class 01 ts\main.ts') sir ye error araha hy jub my main.ts ki file bana raha hun

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      Error in hellow world and first assignment lecture link
      Jis k pass error araha hai
      Ye Whatsapp channel hai is pe upper ki taraf error 2 k naam say video hai ap wo dekh lein error. Solved ho jaye ga
      whatsapp.com/channel/0029VaCJeIA4o7qMgTLbGU34

  • @ARK_PLAY_786
    @ARK_PLAY_786 8 หลายเดือนก่อน +1

    Question 4 case walay code main error hay plz check

    • @adilali4954
      @adilali4954 8 หลายเดือนก่อน

      Correct this in title case code
      /\b\w/g not /\ bw/g

    • @ibadd7150
      @ibadd7150 8 หลายเดือนก่อน +1

      ​@@adilali4954 but i didn't get error

  • @fun_andmasti
    @fun_andmasti 7 หลายเดือนก่อน

    Sir plz whatapp group num den.. May ne ap ki videos se bht kuch seekha hy.. Jazak Allah

  • @ClassicalPro_1
    @ClassicalPro_1 8 หลายเดือนก่อน

    sir when we are not using tsconfig and package.json files right now, what's the reason of including them in every exercise, isn''t it absurd for now and kind of waste of time.

    • @iftikharshah5914
      @iftikharshah5914 8 หลายเดือนก่อน

      ap ki class ka konsa day ha.....mine wednesday 2 to 5....

    • @ClassicalPro_1
      @ClassicalPro_1 8 หลายเดือนก่อน

      Do you considered answering my question before asking this

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      yes ye Meri requirements nahe governor Sindh IT course k teachers nay kaha hai
      is ka use first time menay typescript beginner k lecture 6 me Kiya hai

  • @mujjoqureshi8254
    @mujjoqureshi8254 8 หลายเดือนก่อน

    Title case Ki problem arhi he bilkul shi likha phir bhi 5 time write kya 1 word dekh phir bhi problem a rhi he

  • @productdetailszone2176
    @productdetailszone2176 8 หลายเดือนก่อน

    tsc app.ts k bad app.js ki file tw create ho rahi lekin code nahi a raha likha huwa💔

  • @hassannasir1364
    @hassannasir1364 8 หลายเดือนก่อน

    bro ye run kise karte han y e _D bad apni run kia to ye run kise karte ha

  • @saadkhankhan214
    @saadkhankhan214 8 หลายเดือนก่อน

    C:\Users\fawad khan\Desktop\type script project\personal massage>tsc app.ts
    error TS6053: File 'app.ts' not found.
    The file is in the program because:
    Root file specified for compilation
    Found 1 error.
    sir ya error ara hai. Jab mai tsc app.ts kar ka enter kara hoo kiya app bata sakty hai kis chez ka error hai.

  • @baqarali202
    @baqarali202 8 หลายเดือนก่อน

    sir ye brackets ku use krte hen ?

  • @hingorohingoro9966
    @hingorohingoro9966 8 หลายเดือนก่อน

    Sir mobile Mai Jo aap ne bata ya tha Jo web site type ke usmai dusre file nhi ban rhae

    • @ajaydevgan24
      @ajaydevgan24 8 หลายเดือนก่อน +1

      aap laptop le lo aap ke course ka main part toh yahi hai mobile mein samaj nai ayega apko yar apka course kharab ho jayega bad mein ja kar baut confusion hogi apko aap ke sar ke upar se jayega sab kuch

    • @hingorohingoro9966
      @hingorohingoro9966 8 หลายเดือนก่อน

      @@ajaydevgan24 Mera budget 15 tak hai to mil Jai gha PC ya laptop

    • @mujjoqureshi8254
      @mujjoqureshi8254 8 หลายเดือนก่อน

      ​@@hingorohingoro9966bhai mil Jaye conputer le lo
      Mara bhi budget nhi tha 1 week hoa he lye hoye 13000 ka lya he sub kuch shi chul rha he bus lenay ke baad window10 karwa lena

    • @ajaydevgan24
      @ajaydevgan24 8 หลายเดือนก่อน

      apko mil to jayega used mein lekin pata nai kab tak chalega@@hingorohingoro9966

  • @zaismotive786
    @zaismotive786 8 หลายเดือนก่อน

    Sir typescript problem kr raha he apko msg kiya tha phele bhi ..error de rahs he power shell me jo apne btaya tha wo bhi same copy paste krke check krliya vs code ko close krke open bhi krliya but ..error ab bhi de raha he kindly btade kiya kre ..Thank you

    • @D-DailyFood2023
      @D-DailyFood2023 8 หลายเดือนก่อน +1

      sometimes error is waja se b ata hai agr hum file c folder main rakhte hen tou ap desktop py folder create kr k dekho and vs open krne k bad jesa btaya hai first app.ts ki file bano vs main then baki

  • @jokessnatchers
    @jokessnatchers 8 หลายเดือนก่อน

    Terminal ma last ma jab tsc app.ts like per

  • @ayeshawaseem8720
    @ayeshawaseem8720 5 หลายเดือนก่อน

    Sir mene start me cmd me tsc -- init likha hai to bar bar eperm error arha hai...iska mtlb?

  • @gs_official0062
    @gs_official0062 8 หลายเดือนก่อน

    Ye submit kab krwana hai?

  • @IsrarAhmedMahar-jo5jq
    @IsrarAhmedMahar-jo5jq 8 หลายเดือนก่อน

    45 question ki slide ki link description mn den plz

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      github.com/panaverse/learn-typescript/blob/master/NODE_PROJECTS/getting-started-exercises.md

  • @waqasahmed1399
    @waqasahmed1399 8 หลายเดือนก่อน

    .gitignore kis lie kam ate file??

  • @Ifra222
    @Ifra222 8 หลายเดือนก่อน

    Sir hum direct app.ts bana ke compile q ni kr rahe pehle ye itni files q bana rahe he in sab ka kia kaam he

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      Direct aik hi file me Pura kaam ap rakh sakhtay hai app.ts me ap all 45 question b rakh sakhtay hai

    • @Ifra222
      @Ifra222 8 หลายเดือนก่อน

      @@knowledgelearning9352 dekhe apne jis trha q2 kia he mene sake wese hi kia to apne ye krte hue jo cmd me code run kie usse kitni saari files bn gae he to wo saari baar baar banegi phir wahi upload krni hogi saafi

  • @akko20009
    @akko20009 8 หลายเดือนก่อน

    bhai mera typescript ki config.jason load nahi horahe ha

  • @Shifaaa-dt4cg
    @Shifaaa-dt4cg 8 หลายเดือนก่อน

    mere VS code pr terminal open nhi horha can you help?

    • @syedanamra7370
      @syedanamra7370 8 หลายเดือนก่อน

      Jahan file likha hy wahan ••• three dots pe click Karen Ajay ga terminal

    • @Shifaaa-dt4cg
      @Shifaaa-dt4cg 8 หลายเดือนก่อน

      @@syedanamra7370 g kiya he pr open hokr close ho jarha he

  • @smuntaha5955
    @smuntaha5955 8 หลายเดือนก่อน

    Sir app.js ki file nhi create ho rhi...
    Error a rha he File 'app.ts' not found.
    The file is in the program because :
    Root file is specified for compilation

    • @fatimabutt587
      @fatimabutt587 8 หลายเดือนก่อน +1

      Ap Pura visual studio band karkay Jo folder bana hay is may jakar folder open with visual studio par click kare pir TSC main.ts run kare inshallah hogye ga

    • @MasoodZaidi-p4e
      @MasoodZaidi-p4e 8 หลายเดือนก่อน +1

      Same problem compile nahi ho rha

    • @sophisticated606
      @sophisticated606 7 หลายเดือนก่อน

      Bro iska koi solution Mila?​@@MasoodZaidi-p4e

  • @muhammadhammad7194
    @muhammadhammad7194 8 หลายเดือนก่อน +1

    Sir ye slide ki link share kar de

  • @mominakhan4082
    @mominakhan4082 8 หลายเดือนก่อน

    sir mera app.js mai statment likhi hui show nhi hurahi

    • @samreensaif
      @samreensaif 8 หลายเดือนก่อน

      Mera bhi show nahi ho raha.

  • @AhmedAli-yg9tg
    @AhmedAli-yg9tg 8 หลายเดือนก่อน

    bhai 1 problem a rhi he title case me sub kuch dekh ke likha phir bhi problem a rhi he

  • @aizakhanum3100
    @aizakhanum3100 8 หลายเดือนก่อน

    Sir yai kar kiya submit kar dai

  • @Lifey-with-muskan
    @Lifey-with-muskan 8 หลายเดือนก่อน

    Sir jo hum app .ts mein likhrhe hain wo app.js mein automatically likha nhi arha jesa apka likha wa arha hai why??

  • @khizraiqbal-b8l
    @khizraiqbal-b8l 8 หลายเดือนก่อน

    sir hello world bhi task me include hoga kiu k sir is me toh first task just instalation likkhi ha to ap batai me kia karun

  • @shaistashamim760
    @shaistashamim760 8 หลายเดือนก่อน

    Assalamoalaikum sir mai jb exercise krrhi hun tou jou ts mai likhrhi hun js ki file create krnay k baad usmai likha nhi araha mainay bht bar try kia plzz koi solution btadein..

  • @afreenamjad-d6c
    @afreenamjad-d6c 8 หลายเดือนก่อน

    Sir Baki sb folder kio bnare h mujhy smjh nhi ari ye bat pakg lock r node modules ye sb kio bnanan h Kam kia h smjhaye plzz

  • @bilalhanif8428
    @bilalhanif8428 7 หลายเดือนก่อน

    Reference error : console is not defined
    Plzz help for this error

  • @NADEEMBHATTI-w8y
    @NADEEMBHATTI-w8y 8 หลายเดือนก่อน

    assalam o alaikum sir me ne program run kraua to output me title case bhi lower me hi aa raha he

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      apnay jab naam store karwaya hai us ka first letter capital likhna hai

  • @ahmadpro9062
    @ahmadpro9062 8 หลายเดือนก่อน

    Mere $ sign work nhi ker ra bhit try ker lie plz solution

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      apnay single code use Kiya hoga
      back tick ka use karna hai
      ye hai back tick ki sign ` `

  • @MuhammadTahir-yk5pg
    @MuhammadTahir-yk5pg 6 หลายเดือนก่อน

    salam ap sir bilal hen ?

  • @raimaabdulraheem
    @raimaabdulraheem 5 หลายเดือนก่อน

    funtion k bad kia type kia hy samjh nhi aa raha

  • @qurratulainhaider5216
    @qurratulainhaider5216 8 หลายเดือนก่อน

    Sir ek bat samjh nahi arahi ap yeh 4 files q Bana rahay hain her bar jab Kay ek folder main hum ts ki file Bana Kar jab Kam kartay hain or tsc filename.ts karwatay hain phir node file name.Js karwatay hain tu us main bhi aram say working ho jaty hai

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      Wo jab hum directory ka about read karein gay phir apko samjh aeyga

  • @artpassion8588
    @artpassion8588 8 หลายเดือนก่อน

    sir jab me tsc -init likh rahi hun 1st ex me to error aaraha hai

  • @raazkibat6393
    @raazkibat6393 6 หลายเดือนก่อน

    Salam ya hindi translation a rhi hy terminal ki wording samjh ni a rhi😢

  • @kashafyasir5728
    @kashafyasir5728 8 หลายเดือนก่อน

    app.js ni bnra mera error ara hai

  • @shamsasaleem1078
    @shamsasaleem1078 8 หลายเดือนก่อน

    let personName:string="Babar"
    console.log("lowercase:",personName.toLowerCase());
    console.log("uppercase:",personName
    .toLocaleUpperCase)());
    console.log("titlecase:",personName.replace(/\bw/g,c=>c.toUpperCase()));

  • @aaliasanam2328
    @aaliasanam2328 5 หลายเดือนก่อน

    sir Q1 me error araha he

  • @IsrarAhmedMahar-jo5jq
    @IsrarAhmedMahar-jo5jq 8 หลายเดือนก่อน

    Sir ye git kahan se download kren plz bataen

    • @knowledgelearning9352
      @knowledgelearning9352  8 หลายเดือนก่อน

      google chrome me ja kar git download likh dein first result Jo aeyga us pe click kar k further process karlein

  • @THE_FOOD_FOOD18
    @THE_FOOD_FOOD18 6 หลายเดือนก่อน

    Js kifile nahi ho Rahi q

  • @afreenamjad-d6c
    @afreenamjad-d6c 8 หลายเดือนก่อน

    Nzar nhi ata Sahi

  • @jokessnatchers
    @jokessnatchers 8 หลายเดือนก่อน

    Q 3 ma error araha ha

  • @ajaydevgan24
    @ajaydevgan24 8 หลายเดือนก่อน

    yar thursday ko mein ne class miss kiya fever tha muje koi bata de next class ke liye kya tayari kar ke jana hai muje home work ya assignment kya hai please

  • @saadalam3912
    @saadalam3912 8 หลายเดือนก่อน

    sir plzz 45 question ke slide dede plz description me plzzzzzzzzzz

  • @saadkhankhan214
    @saadkhankhan214 8 หลายเดือนก่อน

    boss package.json file nhi bunre. mai comment bhi sahi dalra hoo. npm init -y lekin ya error ara hai.
    C:\Users\fawad khan\Desktop\type script project
    ame case>npm init -y
    npm ERR! Invalid name: "name case"
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\fawad khan\AppData\Roaming
    pm-cache\_logs\2024-02-22T21_10_07_724Z-debug.log
    C:\Users\fawad khan\Desktop\type script project
    ame case>

  • @mehakaisha478
    @mehakaisha478 7 หลายเดือนก่อน

    Sir group join nhe ho raha kal sy try kr raha ho plzz apna what's up num dy

  • @muhammadhamza1366
    @muhammadhamza1366 8 หลายเดือนก่อน +1

    Tsc main.ts node app.ts