---
title: "Some Important JavaScript Basics You Need to Know"
url: https://daily.dev/posts/some-important-javascript-basics-you-need-to-know-uict-ofva
source_url: https://medium.com/geekculture/top-15-javascript-basics-you-need-to-know-43e8f10abd46
type: article
source: "Geek Culture"
published: 2021-05-08T21:22:10.673Z
updated: 2021-10-07T14:17:10.317Z
tags: ["javascript"]
reading_time: 7
upvotes: 18
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Some Important JavaScript Basics You Need to Know

**[Geek Culture](https://daily.dev/sources/geekculture)** · 7 min read · 18 upvotes · 0 comments

## Summary

If you fear JavaScript, it means either you didn’t find a good source to learn or you just don't wanna learn. JavaScript Numbers have done our mathematical calculation in coding very easy. For example, if you want to add 6 & 7 and see the result , you just type console.log(6 + 7) and here you go with the result 13.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/geekculture/top-15-javascript-basics-you-need-to-know-43e8f10abd46>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript)

[View this post on daily.dev](https://daily.dev/posts/some-important-javascript-basics-you-need-to-know-uict-ofva)
