Discover and read the best of Twitter Threads about #strings

Most recents (4)

✨Slice, ✨Splice, and ✨Split - the three S's of string and array manipulation in Javascript! Always confused about them?
Slice: Extract a portion of a string or array with the slice() method. Pass in start and end indices to get a new substring or subarray. #programming #strings #arrays
Splice: Add or remove elements from an array with splice(). Specify the index to start at, the number of elements to remove, and any new elements to add.
Read 6 tweets
Let's do a small thread on D-Branes and their charges. Before starting, let's review some familiar concepts so that it is easy to understand what follows. 1/13
#Physics #SciComm #Dbrane #strings #research
In electrodynamics (using Newtonian space and time) the magnetic field is represented by a vector potential A. In order to describe the electric field, we need another scalar quantity called the scalar potential. 2/13
In special relativity, the scalar & the vector potentials can be combined into a vector potential but this potential is a four-vector. This potential which has one index is called a 1-form (or one-form). 3/13
Read 13 tweets
I'm publicly committing to the 100DaysOfCode Challenge starting today! Learn More and Join me! hey @ka11away 100DaysOfCode.com #100DaysOfCode
Day 1, started with merging two list #100DaysOfCode
#100daysofcodechallenge

git link: bit.ly/3rFzQnB
problem statement : bit.ly/3p0GX8d Image
Day 2, Binary Tree paths
#100DaysOfCode #100daysofcodechallenge
git link : bit.ly/3qakDdR
problem statement : bit.ly/2Z4XfTe Image
Read 33 tweets
🌟 A thread of tips, lessons, gotchas, syntactical conventions, semantics, structures and common errors regarding JavaScript.

Follow to be enlightened!

#100DaysofCode
#Javascript
#CodeNewbies
🌟 1: All programming languages works with data, and there are 7 built in data types in #JavaScript:

• null
• undefined
• boolean
• number
• string
• object
• symbol—added in ES6!

They are also called primitive types

#100DaysOfCode
#CodeNewbies
🌟 2: #null essentially means "no data", empty, nada. #undefined means data has not been explicitly defined or declared. #boolean evaluates to either true or false. #numbers are digits between 0-9, #strings are characters enclosed within double quotes

#100DaysOfCode
#CodeNewbie
Read 32 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!