learningaboutcode

Technology Information

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

Tag: javascript

React native best practices
JavaScriptPosted onSeptember 30, 2024September 30, 2024

Best practices for React Native: Naming Convention

Any codebase needs naming conventions to be organized. We will examine ways to make the React Native codebase readable, structured, and scalable in today’s discussion…

Read More
React using template
JavaScriptPosted onNovember 24, 2022September 17, 2024

React portfolio page using templates

Today we are going to make a react project using template. Here are the points you have to follow. 3. Now create a new folder…

Read More
Conditionals in Javascript
JavaScriptPosted onJuly 19, 2022September 17, 2024

Conditionals in Javascript

Conditions in any programming language are the control behavior which determines whether or not that piece of code can run. Some of the conditions used…

Read More
Javascript
JavaScriptPosted onJuly 11, 2022September 17, 2024

JavaScript Basics for Beginners 2

Use of “use Strict” : Its strictly checks if the variable is defined using var keyword or let keyword. Handle Global Variables: It is difficult…

Read More
JavaScriptPosted onFebruary 4, 2021April 10, 2024

Commons Programming Case Types

Naming convention in programming is considered one of the hardest things. Today we will learn the different and most common types which are used in…

Read More
JavaScriptPosted onAugust 25, 2020February 10, 2021

Single-Page Application(SPAs)

The server returns one single, pre-generated HTML page which in turn contains JavaScript code that changes the page dynamically in the browser (this approach is…

Read More
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

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