Open in app

Sign In

Write

Sign In

Stela Capsa
Stela Capsa

6 Followers

Home

About

Oct 12, 2021

Converting value types in JavaScript

Type conversion is when we explicitly convert type to another. For example: const birthYear= "1991"; In order to be able to convert this string in to a number, in JS ,we have to do it with following function. console.log(Number(birthYear)) Now well define a variable with value a number: const birthYear=…

JavaScript

3 min read

Converting value types in JavaScript
Converting value types in JavaScript
JavaScript

3 min read


Oct 1, 2021

JavaScript- Data Types

In JS a value is either Object or Primitive value. Values Data Types Number String Boolean Undefined Null Symbol BigInt

Js

2 min read

JavaScript- Data Types
JavaScript- Data Types
Js

2 min read


Sep 28, 2021

Quiz app -JavaScript

Initialize the project npm init js-project QUIZ 2. cd the project cd QUIZ 3. Open the editor code . First lets list all folders and files In order to build a QUIZ app we need to have some data and build functions necessary. main.js const quizDdata = [ { question: "Capital…

JavaScript

3 min read

Quiz app -JavaScript
Quiz app -JavaScript
JavaScript

3 min read


Sep 21, 2021

Countdown app with Vanilla JS

Let’s build an amazing app together. We’ll have three folders in our project index.html, main.js, and style.css. First lets create the new project in the terminal. npm init js-project [project-name] index.html <script> src="main.js" </script> <script> tags is a JavaScript, connects the other folders with initial app. Basically, we import the…

JavaScript

2 min read

Countdown app with Vanilla JS
Countdown app with Vanilla JS
JavaScript

2 min read


Sep 14, 2021

Learn JavaScript basic

1.Values are piece of data. This are some examples of values in JavaScript. console.log("beautiful") console.log(50) 2.This is call declaring a name, we assign the value “kim” to the variable name firstName. let firstName = "Kim" if console.log, the value should appear in the browser console. 3.Conventions and rules in JS. JS doesn’t accept just any names of variables, we can use next format of variables name

JavaScript

1 min read

Learn JavaScript basic
Learn JavaScript basic
JavaScript

1 min read


Aug 31, 2021

Sign In, SignUp and LogOut

With React and Google Firebase I’ll write code for a very basic register form, fully functional. Let’s first set up the firebase to a new project. Here we are creating a new project in firebase. In your terminal add the next line to install the firebase. npm i firebase Next step lets add firebase to the app.

Register

5 min read

Sign In, SignUp and LogOut
Sign In, SignUp and LogOut
Register

5 min read


Aug 23, 2021

Figma- ground your app idea

Figma: the collaborative interface design tool. Figma connects everyone in the design process so teams can deliver better products, faster. Try Figma for free Join…www.figma.com Figma is a framework that allowed to sketch phone app ideas, easy to design and manipulate with functionalities. New project! Let’s start building an app and get to know some features.

Figma

2 min read

Figma- ground your app idea
Figma- ground your app idea
Figma

2 min read


Aug 17, 2021

Into Algorithms in Java Script

1.Intenerate over a string in JavaScript Output

Algoritm

2 min read

Into Algorithms in Java Script
Into Algorithms in Java Script
Algoritm

2 min read


Aug 10, 2021

Add Firebase database to your app

After creating a new project with firebase, https://stela-capsa.medium.com/setting-up-firebase-with-react-9226b1e92f42 before deploying the project (step 6), we have to add a real time data base. After creating the firebase.js file in the vs code, and past the firebaseConfig code in it, and than run in the terminal $ npm i firebase

Firebase

3 min read

Add Firebase database to your app
Add Firebase database to your app
Firebase

3 min read


Aug 3, 2021

React — Fetch

We all know that React is a frontend JavaScript library. Fetching in react is a way of manipulating data API.

React

2 min read

React — Fetch
React — Fetch
React

2 min read

Stela Capsa

Stela Capsa

6 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams