devpkumar0101's profile picture.

pankaj

@devpkumar0101

pankaj reposted

We are so grateful for another amazing year at Medical Office Force! 🎉✨ Wishing everyone a Happy New Year and feeling thankful for all the moments we’ve shared together.❤️ #HappyNewYear #Teamwork #Medicalofficeforce


The only thing worse than a box full of spiders is a box that is SUPPOSED to be full of spiders.



Always remember when you call a function : Pass arguments in the same order in which you defined them. #javascript #keepcodesimple


✍Multiple Parameters Multiple parameters for a function in javascript can be defined by coma- seprating them. For eg. fun name(first, last){ alert("hello " + first + name); } #javascript #keepcodesimple


pankaj reposted

JSON is the best thing to ever happen to programming


Arguments : Function arguments are the real value passed to function. for eg: function greeting(name) { alert('hello ' + name); } greeting("pankaj"); //'pankaj' is the value passed to function greeting #javascript #keepcodesimple


Parameters : The name listed in function definition that work as local variables for the body of the functions. for eg: function greeting(name){ alert('hello' + name); } //name is the parameter of function greeting #javascript #keepcodesimple


Function might be a hard term, but after you understand function once in a programming language, you'll understand it in almost any programming language and in real mathematics, function syntax is almost same in any programming language #javascript #keepcodesimple


Javascript Functions : A block of code designed to perform a particular task. Main Advantage of Functions: Code reusability ~ Define once, use many times. #javascript


Social Life Tip : Rather than shushing someone who’s speaking too loudly, try just talking to them in a much quieter voice. They often pick up on the contrast in volume, and self-correct without feeling attacked.


How To Make CSS Card Hover Effect | HTML & CSS | Learn Web Development youtube.com/watch?v=WGcuLp… #100DaysOfCode #css #codenewbie


via ~r/ProgrammerHumor

devpkumar0101's tweet image. via ~r/ProgrammerHumor

pankaj reposted

Devs here building elaborate CSS Art while all I can build with CSS is ANXIETY.


Loading...

Something went wrong.


Something went wrong.