Skip to content
Menu
Menu

Kategori: JavaScript Guide

JavaScript Switch Statement: Usage and Examples

Posted on Aralık 14, 2024Aralık 14, 2024 by porsukcansu@gmail.com

In JavaScript, the switch statement is a control structure that allows different actions to be performed based on the different values of a variable. This structure helps avoid using multiple if-else statements, making the code cleaner and more readable. Here’s how the switch statement works in JavaScript, along with examples: switch(expression) { case value1: //…

Continue reading

JavaScript For Loop: Reusability and Loops

Posted on Aralık 13, 2024Aralık 13, 2024 by porsukcansu@gmail.com

In the JavaScript programming language, there are many situations where you may need to repeat certain operations. One of the most commonly used methods in such cases is the “for” loop. The for loop is used to repeat a block of code as long as a specific condition is true. Basic Structure of the For…

Continue reading

“for…in Loop in JavaScript: Iterating Over Object Properties”

Posted on Aralık 11, 2024Aralık 11, 2024 by porsukcansu@gmail.com

The for…in loop in JavaScript is used to iterate over the properties of an object. This loop scans all the properties of an object and returns each property one by one. It’s important to note that the properties are unordered, so the order of object properties is not guaranteed. Here’s how to use the for…in…

Continue reading

The For…Of Loop in JavaScript: Simple and Effective Iteration

Posted on Aralık 9, 2024Aralık 9, 2024 by porsukcansu@gmail.com

In JavaScript, there are various methods to iterate over arrays and other iterable objects. One of these methods is the For…Of loop. In this article, we will learn how to use the For…Of loop in JavaScript and when it should be preferred. What Is the For…Of Loop? The For…Of loop is a construct used to…

Continue reading

“While Loop in JavaScript: Basics and Usage Examples”

Posted on Aralık 8, 2024Aralık 8, 2024 by porsukcansu@gmail.com

JavaScript is a widely used programming language in the world of web development. One of the loops provided by JavaScript is the “while” loop. In this article, I will explain the basics of the while loop in JavaScript and share some usage examples. What is a While Loop? A while loop is used to repeatedly…

Continue reading

Control Flow in JavaScript Loops: break and continue

Posted on Aralık 7, 2024 by porsukcansu@gmail.com

Loops in JavaScript are essential constructs for performing repetitive tasks. However, there are situations where you need to control the loop based on certain conditions. This is where the “break” and “continue” statements come into play. The break Statement The break statement is used to exit a loop before it completes all iterations or moves…

Continue reading

“JavaScript Iterables: Iterating Over Objects”

Posted on Aralık 6, 2024Aralık 6, 2024 by porsukcansu@gmail.com

In JavaScript, Iterables are structures that allow us to iterate over the elements of an object sequentially. This structure is similar to an array in that it connects elements together, but unlike an array, it can be used in a broader range of scenarios. Iterable and Iterator Concepts An Iterable is a feature that indicates…

Continue reading

JavaScript Sets: Collections for Unique Values

Posted on Aralık 5, 2024 by porsukcansu@gmail.com

In JavaScript, there is a data structure called a Set that is used to store and handle unique values. Sets hold unique values and do not allow duplicate values. In this article, we will show how JavaScript Sets are used and how they work. Creating a Set Sets are defined by creating a new Set…

Continue reading

JavaScript Set Methods: A Guide to Managing Sets

Posted on Aralık 4, 2024Aralık 4, 2024 by porsukcansu@gmail.com

In JavaScript, the Set object is a data structure that represents a collection of unique values. Set methods provide various functions to process and manage this collection. In this blog post, we will explain the Set methods available in JavaScript and demonstrate each with example code. This method adds a new value to a Set…

Continue reading

JavaScript Maps: Discover Powerful Data Structures

Posted on Aralık 3, 2024Aralık 9, 2024 by porsukcansu@gmail.com

JavaScript offers developers various structures for data management. One of these structures is the “Map” data structure. A Map is a powerful tool that makes it easy to store key-value pairs and perform operations efficiently. In this article, we will explore JavaScript Maps in detail and demonstrate their usage with example code snippets. What is…

Continue reading
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Merhaba, Ben Cansu Porsuk!

Teknoloji, edebiyat, güncel konular, kitaplar, çeviriler, diller ve daha fazlası... Yıldızlı Sayfalar, bloğunda geniş yelpazeye sahip konularla sizi bilgilendirmek ve paylaşımlarım aracılığıyla sizlerle bir araya gelmek için buradayım.

Kalemi tutmayı öğrendiğim ilk günden beri yazmak, benim için sadece bir tutku değil, aynı zamanda yaşam biçimim. Teknolojiye olan merakımla birleşen dil sevgim, online olarak 6 yıldır İngilizce ve Fransızca dillerinde çeviriler yapmama vesile oldu. Aynı zamanda Bilgisayar Teknisyenliği ,Uzaktan IT Teknik Destek alanlarında, Grafik Tasarım, Yapay Zeka, Çeviri alanlarında hizmet sunuyorum.

İstanbul Arel Üniversitesi'nde İngilizce Çevirmenlik bölümünden mezun oldum ve şu anda Kırıkkale Üniversitesi'nde Fransızca Mütercim Tercümanlık bölümünde eğitimime devam ediyorum.

Yapay zeka ve programlama eğitimleri sayesinde, teknolojinin en son trendlerini takip etmek ve bu alanda etkin bir şekilde kullanmak konusunda kendime güveniyorum. Ayrıca, resimler ve çizimlerle de ilgileniyor, seyahat etmeyi, yeni şeyler öğrenmeyi ve sürekli kendimi geliştirmeyi seviyorum.

Adanzye, artık sadece edebiyat değil, aynı zamanda teknolojiden spora, dillerden uzaya kadar birçok alanda paylaşımlarımı bulacağınız bir platform. Burada, siz değerli okuyucularıma her gün bilgi ve keyif dolu içerikler sunmak için sabırsızlanıyorum.

Mail Adresi:  porsukcansu@gmail.com. Ayrıca, beceri ve deneyimlerim hakkında daha fazla bilgi almak için  https://bionluk.com/cansu

Beraber birçok konuda tartışabilir, bilgi alışverişinde bulunabiliriz. Sizlerle çalışmak ve paylaşmak için sabırsızlanıyorum!

Son Yazılar

  • May 25, 1977: Not in a Galaxy Far, Far Away, But Right Here – The Birth of Star Wars
  • Jane Eyre – Bölüm 13
  • Jane Eyre – Chapter 13
  • Jane Eyre – Bölüm 12
  • Jane Eyre – Chapter 12

Kategoriler

  • "histoire" – Français
  • #Philosophe
  • #Python
  • #Python -En Français
  • Aviation History
  • Beyaz Perde Tarihi
  • Bilgisayar Dünyası
  • Bilim Dünyası
  • Cartoon -In English
  • Ce jour-là dans l'Histoire
  • Çizgi Film
  • Classiques de la littérature mondiale
  • Dessin Animé
  • Dünya Klasikleri – Türkçe
  • écrivains
  • English Stories
  • English World Classics
  • Felsefe ve Düşünce
  • Filozoflar
  • Genel
  • Havacılık Tarihi
  • Hikaye-Öykü
  • Histoire de la médecine
  • Histoire du cinéma
  • Histoires en français
  • History
  • History of medicine
  • History of the Silver Screen
  • HTML Guide
  • HTML-5 Rehberi
  • Inventions Importantes
  • Jane Eyre
  • Jane Eyre -Charlotte Bronte
  • JavaScript Guide
  • JavaScript Rehberi
  • Karikatür Dünyası
  • L'Espace et Son Histoire
  • L'histoire de l'aviation
  • Le Guide HTML
  • Le Guide JavaScript
  • Le Monde de L'informatique
  • Le Monde de la Musique
  • Le Monde de la Science
  • Le Monde de la Technologie
  • Le Monde du Sport
  • Les Miserables
  • Medical History
  • Müzik Dünyası
  • On This Day in History
  • Önemli Buluşlar
  • Philosophers
  • Philosophie et Pensée
  • Philosophy and Thought
  • Python – In English
  • Sefiller
  • Significant Inventions
  • Space and Its History
  • Spor Dünyası
  • Tarih
  • Tarihte Bugün
  • Teknoloji Dünyası
  • The Computer World
  • The Music World
  • The Science World
  • The Sports World
  • The Technology World
  • The World of Science
  • Tıp Tarihi
  • Uncategorized
  • Uzay ve Tarihi
  • Writers
  • Yazarlar
© 2025 | Powered by Minimalist Blog WordPress Theme