Functions in JavaScript | Functions in JavaScript Telugu | JavaScript for beginners | Java script

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 80

  • @codecreator5016
    @codecreator5016 2 роки тому +6

    // with return key word
    function sum(a,b) {
    var add=a+b;
    return add;
    }
    console.log(sum(5,50));
    // with out return key word
    function loki(c,d) {
    var add=c+d;
    document.write(add)
    }
    loki(500,50)
    //function expresion
    murali=function sum(a,b) {
    var add=a+b;
    return add;
    }
    console.log(murali(200,1))
    // note: here for a,b we did not use the var key word but it is varibale. (what we define inside parameter we did not define the var ,let,const key word)

  • @attitudeboy2840
    @attitudeboy2840 2 місяці тому +4

    Thank you ❤ mam
    Love love love your explanation ❤

  • @asmasalonashaik6589
    @asmasalonashaik6589 Рік тому +2

    nice and clear explanation mam thank you very much for uploading videos..keep going mam

  • @nvmama
    @nvmama Рік тому +1

    so nice teaching...thank u

  • @vamsikrishna4972
    @vamsikrishna4972 Рік тому +2

    Excellent teaching madam

  • @Vihaan64_23
    @Vihaan64_23 2 роки тому +4

    your efforts great madam

    • @csworldtelugu
      @csworldtelugu  2 роки тому +1

      thank you sou much please share this channel to who ever needs

    • @Vihaan64_23
      @Vihaan64_23 2 роки тому +1

      @@csworldtelugu sure madam

  • @codecreator7503
    @codecreator7503 2 роки тому +6

    1)03:00 -->function definition.
    2)01:50 -->explain difference between loops and functions.note point.
    3)06:50 --> how to create functions.
    4) 12:00 -->about return key word.
    5)20:25--> summary of functions.
    6)20:46 -->explain about return statement.//exlain main point 24:50 .
    7)26:17 --> explain about function expression.

    • @csworldtelugu
      @csworldtelugu  2 роки тому

      Thank's a lot

    • @jobpreparation5143
      @jobpreparation5143 2 роки тому

      12:11 paremeter are optional

    • @codecreator5016
      @codecreator5016 2 роки тому

      01:50 --functions are used to produce the different output for the different values for the same structure. we pass the values during function call through paranthities

    • @codecreator5016
      @codecreator5016 2 роки тому

      How we can differentiate difference between pre defined function and user defined function -- doubt 07:10

    • @codecreator5016
      @codecreator5016 2 роки тому

      08:36 create a function start from here

  • @praveenkumar-id3zl
    @praveenkumar-id3zl 2 роки тому +2

    mam your classes are so fabulous the concept your are explaning is very clear and straight forward can you please provide classes of React libraary

  • @rakeshajsrn1439
    @rakeshajsrn1439 2 роки тому +1

    Thanks friend, great explaination

  • @saicharanbunny5386
    @saicharanbunny5386 2 роки тому +2

    kudos for the explanation

  • @bodduvamsi7463
    @bodduvamsi7463 2 роки тому +5

    Mam...you had infinite patience🧠

  • @jonnadhanalakshmi803
    @jonnadhanalakshmi803 Рік тому +1

    14:17 mam... Here, var keyword is necessary to declare? Or we can define result variable without using var, let, const keywords... Plz reply me... Without using keywords I did not get any error...

  • @myyoutubechannel1236
    @myyoutubechannel1236 3 роки тому +2

    Nice Swathi

  • @SwamyDino
    @SwamyDino Рік тому +1

  • @musicforjoy5097
    @musicforjoy5097 2 роки тому +2

    Thankyou madam

  • @nagendrakarnareddy5668
    @nagendrakarnareddy5668 2 роки тому +2

    Functions vinnak maa intlo function unnatlu undhi.....i never say thanks ......thanks is a small word......
    document.write(" sum off "+num1+num2+" "+ result)....ivi ela vastai dini gurinchi explain chey cute......

    • @csworldtelugu
      @csworldtelugu  2 роки тому

      Thank you ,document.write Ela work avundana me doubt?

    • @nagendrakarnareddy5668
      @nagendrakarnareddy5668 2 роки тому +1

      @@csworldtelugu kaadu aa syntax ela rastaru..... Denni. Base chesukoni rastaru ani....

    • @csworldtelugu
      @csworldtelugu  2 роки тому

      Quotes so unte string as it is display avutundi.with oy quotes means variable values to combine both + is used

  • @b.basavaraju27
    @b.basavaraju27 10 місяців тому +1

    Video starting matram intro bavundhi mam but miru chalaaa ante chalaa laag chestunnaru nalanti patience lenodu mi video assal complete cheyaledu so correct and useful points matrame cheppandi 😢

  • @tejas6038
    @tejas6038 2 роки тому +1

    Thanka mam

  • @sivareddykandula1915
    @sivareddykandula1915 2 роки тому +1

    html>
    siva
    function siva(num){
    alert("number is " +num * num * num);
    }

  • @codecreator5016
    @codecreator5016 2 роки тому +1

    How we can differentiate difference between pre defined function and user defined function

    • @csworldtelugu
      @csworldtelugu  2 роки тому

      User defined means we create like using function function name (){}

  • @nagalakshmikumari2178
    @nagalakshmikumari2178 Рік тому +1

    Why var is not declared to parameter num1, num2?

  • @darlingharish9338
    @darlingharish9338 2 роки тому +1

    madam are u a full stack developer?

    • @csworldtelugu
      @csworldtelugu  2 роки тому +1

      No but I have knowledge on Full stack

  • @shaikhabeebulla9710
    @shaikhabeebulla9710 Рік тому +1

    "Exalted "

  • @whysoserious8806
    @whysoserious8806 11 місяців тому +1

    Akka return enduk vadtam akka

    • @csworldtelugu
      @csworldtelugu  11 місяців тому

      A function execution ipoyaka some result edina tarvatha usechey ali anukunte function lo return chesi danini Edina variable lo store chestam

  • @NageswararaoSangati-f3u
    @NageswararaoSangati-f3u Рік тому +1

    Array methods cheppaledu emiti

    • @csworldtelugu
      @csworldtelugu  Рік тому

      Check this video
      ua-cam.com/video/-YawXd1ItO8/v-deo.htmlsi=xGMD_ypfEOD3wFdd

    • @NageswararaoSangati-f3u
      @NageswararaoSangati-f3u Рік тому +1

      @@csworldtelugu avi kaadu arrya methods chala unnayai kada important avi ekkkada filter map find foreach inka unnai kada important cheppa ledu kada

    • @NageswararaoSangati-f3u
      @NageswararaoSangati-f3u Рік тому +1

      @@csworldtelugu miru full stock web developer naa

    • @csworldtelugu
      @csworldtelugu  Рік тому

      Check this video
      ua-cam.com/video/l3FyLSYBZ2Y/v-deo.htmlsi=F3jqjwY9ZhXPXOTE
      Search topic name with cs world telugu you will get in result

    • @csworldtelugu
      @csworldtelugu  Рік тому

      FileMaker developer

  • @faruudmaill7119
    @faruudmaill7119 Рік тому +1

    Explanation is not clear 😢