• C# (Microsoft .NET)
• JAVA
• Dynamic HTML
• PHP & MySQL
• ASP.NET - C# & VB.NET
• Perl & CGI
• C | C++
• Vector Markup Language
• SMIL
• Assembler
• Databases
• Wap Development
• Web site promotion
• Web Marketing
• Curriculum Vitae (CV)
• Major web solutions
• Web design projects
• Software solutions
|
|
Javascript Example: Is it possible to nest functions in JavaScript?
Free programming example written by Anton Zamov
|
Yes, it is. Be aware that in this case that the nested
function is private to its containing function and the nested
function can be accessed only with statements in the containing
function. You could specify arguments for both the nested and
the containing functions.
You may take a look of the following example:
function container(x)
{
function add(y)
{
return x+y
}
return add
}
result=container(10)(5) // will return 15
|
|
|
Jobs Portal, poweful jobs board software
PHP Mall, multi vendors mall website software
Car Portal, php script for auto classifieds websites
NetArt Media, software products and services
Real Estate Portal, web software for real estate portals
Blog System, multi user blog hosting script
PHP Store, powerful e-commerce system written in PHP
|