Skip to content

Logicstime.com

Let’s learn together

  • Home
  • Javascript Programs
  • Contact Us
  • About Us
  • Sunil Portfolio

Author: Sunil Yadav

  • Home
  • Sunil Yadav
  • Inerview Questions
  • Javascript
  • javascript-programs

Day 4: Create a Rectangle Object (Hackerrank problem)

By: Sunil Yadav Posted on February 8, 2022February 8, 2022

Objective In this challenge, we practice creating objects. Create a object with given length, width, perimeter, area. Task Complete the function in the editor. It […]

  • Inerview Questions
  • Javascript
  • javascript-programs

Find the second largest element from array in javascript (Hackerrank problem)

By: Sunil Yadav Posted on February 7, 2022February 8, 2022

Function Description Complete the getSecondLargest function in the editor below. getSecondLargest has the following parameters: int nums[n]: An array of integers number. (The largest number may be dublicate) Returns […]

  • Shopify

How can we debug the Shopify POS app in chrome?

By: Sunil Yadav Posted on September 27, 2020September 28, 2020

There are the following steps to debug the Shopify app. If you want to create your Shopify app into pos, You can visit this post. […]

  • ReactJs
  • Shopify

Create a Shopify app into POS(Point of Sale)

By: Sunil Yadav Posted on September 27, 2020September 28, 2020

POS provides a facility that merchants can use Shopify POS to sell in person with Shopify. Merchants can create a cart for each customer, customize […]

  • Inerview Questions
  • Javascript

Javascript var, let and const with examples.

By: Sunil Yadav Posted on August 20, 2020February 8, 2022

Var, let and const keywords are used to declare variables in Javascript. Var is the oldest keyword for declaring variables. And let and const are […]

  • javascript-programs

Find the number of true in the array.

By: Sunil Yadav Posted on August 19, 2020August 19, 2020

Create a function trueCount which returns the number of true values in the array. Examples Solution: const count_true = r => r.filter(Boolean).length or function trueCount(arr) { const […]

  • React-native
  • ReactJs

React-native push-notification locally and generate token for remote notification.

By: Sunil Yadav Posted on February 17, 2018August 6, 2020

Hello, Today I have created demo application for notification in react-native. I have used react-native-push-notification. In this project, I have sent locally notification and generate […]

  • React-native

How to login with google in react-native in android.

By: Sunil Yadav Posted on December 19, 2017August 6, 2020

Hello! and Welcome to login with google in react-native in android. In this post, I will login with google access login user email, name, and […]

  • React-native
  • ReactJs

How to implement user-selectable language for your react-native app.

By: Sunil Yadav Posted on December 12, 2017August 20, 2020

Yesterday, I build the app which convert the app language. User have two option, either select language as mobile language or select language from multiple […]

  • Firebase
  • React-native
  • ReactJs

How to make firebase authentication in react-native.

By: Sunil Yadav Posted on October 9, 2017August 6, 2020

Firebase is a platform for building iOS, android as well as web-based apps like in React Native. it offers storage, real-time database, authentication and user-notification, Crash […]

Posts navigation

Prev

Ads

Recent Posts

  • Day 4: Create a Rectangle Object (Hackerrank problem)
  • Find the second largest element from array in javascript (Hackerrank problem)
  • How can we debug the Shopify POS app in chrome?
  • Create a Shopify app into POS(Point of Sale)
  • Javascript var, let and const with examples.

LinkedIn Profile

LinkedIn Profile

Categories

  • Computer
  • Facebook
  • Firebase
  • Inerview Questions
  • Javascript
  • javascript-programs
  • React-native
  • ReactJs
  • Shopify
  • Technology

Recent Comments

  • victor on React-native push-notification locally and generate token for remote notification.
  • hulkshare.com on React-native push-notification locally and generate token for remote notification.
  • JeromeGuite on How to implement user-selectable language for your react-native app.
  • justin on How to Accept All Facebook Friend Request with one click,Facebook’s latest trick 2018
  • raullawhorm on How to Accept All Facebook Friend Request with one click,Facebook’s latest trick 2018

Most Viewed Posts

  • How to make group chat in React-Native using firebase (Realtime database). (8,384)
  • How to implement user-selectable language for your react-native app. (7,420)
  • How to login with google in react-native in android. (4,494)
  • React-native push-notification locally and generate token for remote notification. (4,452)
  • How to make firebase authentication in react-native. (3,305)

Menu

  • Home
  • Javascript Programs
  • Contact Us
  • About Us
  • Sunil Portfolio

Recent Posts

  • Day 4: Create a Rectangle Object (Hackerrank problem)
  • Find the second largest element from array in javascript (Hackerrank problem)
  • How can we debug the Shopify POS app in chrome?
  • Create a Shopify app into POS(Point of Sale)

Most Viewed Posts

  • How to make group chat in React-Native using firebase (Realtime database). (8,384)
  • How to implement user-selectable language for your react-native app. (7,420)
  • How to login with google in react-native in android. (4,494)
Copyright © 2022 Rise Magazine by Theme Palace