learningaboutcode

Technology Information

Skip to content
Menu
  • JavaScript
  • ReactNative
  • More
    • About Me
    • Contact Me
    • Privacy Policy
    • DISCLAIMER

Category: JavaScript

JavaScriptPosted onJune 30, 2020February 11, 2021

Basic Regular Expression(Regex) understanding

It is constructed either with the RegExp constructor or can be written as a literal value by enclosing a pattern in forward slash(/) characters. The…

Read More
JavaScriptPosted onMay 26, 2020February 11, 2021

Palindromes in Javascript

Here, we are going to achieve palindromes in two ways. With inbuilt javascript functions Using for loops Provided test cases palindrome(“racecar”) should return true palindrome(“test”) should return…

Read More
JavaScriptPosted onMay 19, 2020February 11, 2021

Javascript ES6 arrow function

Arrow function also known as flat arrows are more shorter compare to functions. Lets have a look at it. Here is a function written in…

Read More
JavaScript
JavaScriptPosted onMay 15, 2020February 10, 2021

Rest Parameter and Spread Operator

Rest Parameter… It is denoted by 3 dots(…). The dots(…) means gather the remaining parameters into an array. Below shows the code of rest operator.…

Read More

Posts navigation

Previous Page Page 1 Page 2

Recent Posts

  • Best practices for React Native: Naming Convention September 30, 2024
  • JavaScript Operators: Understanding Logical OR and Nullish Coalescing June 26, 2024
  • React portfolio page using templates November 24, 2022
  • How to fix: The following Swift pods cannot yet be integrated as static libraries November 11, 2022
  • Conditionals in Javascript July 19, 2022
© Copyright 2025 – learningaboutcode
Allium Theme by TemplateLens ⋅ Powered by WordPress