Manjit BaishyaforMy Coding Roadmapmy-coding-roadmap.hashnode.net·Sep 8, 2022Day 13: Functions in PHPWhen we are writing very long codes, at some places, we are required to use the exact lines of codes multiple times. So, one way to shorten this process is to use the set of codes, that are to be repeated inside a FUNCTION and use the function again ...DiscussPHPPHP
Manjit BaishyaforMy Coding Roadmapmy-coding-roadmap.hashnode.net·Sep 8, 2022Day 14: Return Statements in PHPAs we have already seen that functions are very handy as they decrease our work tremendously and they can be repeatedly used wherever and whenever required. Return is also a part of a function itself but it may not be absolutely necessary, as we have...DiscussPHPphp8
Jainil PrajapatiforTechauthority.injainil.hashnode.net·Nov 7, 2022The Top 9 IDE’s for Developing Android AppsDo you know that Android currently accounts for 70.97% of the global market for mobile operating systems? Yes, Android consistently outperforms the competition by keeping them all in second place. As a result, there is an increasing demand for Androi...Discuss·90 readsandroid app
Jainil PrajapatiforTechauthority.injainil.hashnode.net·Nov 7, 2022The Top 9 IDE’s for Developing Android AppsDo you know that Android currently accounts for 70.97% of the global market for mobile operating systems? Yes, Android consistently outperforms the competition by keeping them all in second place. As a result, there is an increasing demand for Androi...Discuss·90 readsandroid app
Manjit BaishyaforMy Coding Roadmapmy-coding-roadmap.hashnode.net·Sep 8, 2022Day 14: Return Statements in PHPAs we have already seen that functions are very handy as they decrease our work tremendously and they can be repeatedly used wherever and whenever required. Return is also a part of a function itself but it may not be absolutely necessary, as we have...DiscussPHPphp8
Manjit BaishyaforMy Coding Roadmapmy-coding-roadmap.hashnode.net·Sep 8, 2022Day 13: Functions in PHPWhen we are writing very long codes, at some places, we are required to use the exact lines of codes multiple times. So, one way to shorten this process is to use the set of codes, that are to be repeated inside a FUNCTION and use the function again ...DiscussPHPPHP