Create a App that show all my detail and the name Cisco and for writing codes
Home
Comments (0)
No comments yet. Be the first!
Sign in to leave a comment
Architecture
No Services Diagrams Yet
Architecture diagrams will be automatically generated when the Project Manager creates tasks for your project.
User Profile
Cisco
Developer โ Code enthusiast and builder
Name
Cisco
Displayed prominently across the split-screen profile.
Role
Developer
Focused on writing and showcasing code.
Bio
Code enthusiast and builder
A short line describing who Cisco is.
Status
active
Current availability shown on this profile.
Code showcase
Writing Code
profile.js
Syntax highlighting active
1
2
3
4
5
6
7
8
9
10
11
12
13
// orbit-show :: developer profile
constdeveloperLocal variable holding the profile data shown on this page.={
name:'Cisco',
role:'Developer',
bio:'Code enthusiast and builder',
status:'active'
};
functiongreetFunction that composes a greeting from a profile.(person){
return`Hello, I'm ${person.name}`;
}
consoleBuilt-in object used for logging output..log(greetFunction that composes a greeting from a profile.(developerLocal variable holding the profile data shown on this page.));
User Profile
Cisco
Developer โ Code enthusiast and builder
Name
Cisco
Displayed prominently across the split-screen profile.
Role
Developer
Focused on writing and showcasing code.
Bio
Code enthusiast and builder
A short line describing who Cisco is.
Status
active
Current availability shown on this profile.
Code showcase
Writing Code
profile.js
Syntax highlighting active
1
2
3
4
5
6
7
8
9
10
11
12
13
// orbit-show :: developer profile
constdeveloperLocal variable holding the profile data shown on this page.={
name:'Cisco',
role:'Developer',
bio:'Code enthusiast and builder',
status:'active'
};
functiongreetFunction that composes a greeting from a profile.(person){
return`Hello, I'm ${person.name}`;
}
consoleBuilt-in object used for logging output..log(greetFunction that composes a greeting from a profile.(developerLocal variable holding the profile data shown on this page.));
No comments yet. Be the first!