Pinned Repositories
1.hellow-world
I am learning Golang .
28.array4short
Go also provides a shorter syntax for creating arrays:
32.SliceCopy
After running this program slice1 has [1,2,3] and slice2 has [1,2]. The contents of slice1 are copied into slice2, but since slice2 has room for only two elements only the first two elements of slice1 are copied.
37.var
we can use var() function for multiple variable
41.multiple_variable
We also can define multiple variables as follows. var ( name string email string age int )
43.Arithmetic_Operations
Go supports the same four basic arithmetic operations such as addition, subtraction, multiplication, and division. For testing, create a folder arithdemo. Then, create a file, called main.go.
anonna_portfolio
golang_all
Golang_practice
javascript
Javascript fundamentals & advance topics
AnonnaGH's Repositories
AnonnaGH/api_example
api_example
AnonnaGH/biker_zone_bootstarp
biker_zone_bootstarp
AnonnaGH/es6
javascript
AnonnaGH/temperature-hot
temperature-hot
AnonnaGH/Biker-Zone
Biker Zone
AnonnaGH/cssFlex
AnonnaGH/design-school-client
AnonnaGH/Design_School_server
AnonnaGH/dom
AnonnaGH/explore-css3-main
AnonnaGH/FlexExample
AnonnaGH/graphic_order
AnonnaGH/Intro-router
react
AnonnaGH/JavaScript-Using-Method-And-Examples
AnonnaGH/javascript_problem_solving
AnonnaGH/js-cart-project
AnonnaGH/js-practice
js practice
AnonnaGH/jsobject
java script object
AnonnaGH/jsProblemSolving
jsProblemSolving
AnonnaGH/my_portfolio
AnonnaGH/price-list-card
AnonnaGH/react-with-bootstrap
react-with-bootstrap
AnonnaGH/rest-countries-recap-main
rest-countries-recap-main
AnonnaGH/Slider
Slider
AnonnaGH/slider_bug_solve
slider_bug_solve
AnonnaGH/taste-tracker-client
AnonnaGH/taste-tracker-server
AnonnaGH/toy-land-client
AnonnaGH/toy-land-server
AnonnaGH/Website_Using_CSS_Flexbox
Beautiful Website Using CSS Flexbox