syntax

  • Javascript: Arrow function Expression

    Javascript: Arrow function Expression

    Arrow functions were introduced in ES6 (EcmaScript 6) which provides the more compact way to work with anonymous functions with smaller and compact syntax making code more readable and…

    neotam Avatar
  • Looping in Go Programming Language

    Looping in Go Programming Language

    Go language has only one looping construct, that is for. There are three forms of for loops in Go. For can be used with single condition much like while…

    neotam Avatar