#Arrays And Objects
Explore tagged Tumblr posts
gagande Ā· 8 months ago
Text
PureCode AI review | Working with Arrays and Objects
In JavaScript, arrays and objects serve as structures capable of storing collections. Arrays are ordered lists, whereas objects are key-value pairs. For instance, you could have an array of students’ names or an object representing a student with properties like first name, last name, age, and skills.
0 notes
claitea Ā· 6 months ago
Text
i know i shouldnt dwell on stupid opinions like this but a while ago i saw someone complain that Applin was a boring concept bc its just a worm in an apple and i was FLOORED. this iirc was in response to smth about gen 1 designs being boring as well
its not just a worm its a Wyrm its a pun. that is a concept. maybe you don't like it personally but to say its objectively bad is certainly Something. not every pokemon has to be based on a myth or something else fantastical to be a good concept. you Need "boring" pokemon for the dex to feel complete, if Everything is Cool then nothing is actually cool
"gamefreak is running out of ideas" yeah there's a billion fish pokemon but they're all actually very different to each other, lanturn is an anglerfish and lumineon is a butterfly fish. say what you will abt gamefreak rn its probably warranted but imo the one thing they still do right 100% of the time is unique concepts for each pokemon. the execution can be debated but the fundamentals are always there
#clai speaks#does this make sense#i get so annoyed every time i see the ''they're running out of ideas!!!!'' thing parroted all the time i had to say SOMETHING#like yeah you're gonna find some pokemon boring. theres a thousand of them now with all different designs#theres no way all 1000 are going to cater to you specifically. impossible#but to then fault the ENTIRE THING. get mad at people when they like the mon you think is lazily designed or boring or whatever#sorry not every pokemon can have the lore relevance of cosmog or reshiram or ogerpon? i guess????#you Need some toned down concepts for a good creature collector. or any game with a vast array of enemies to fight#are you expecting to go to route 1 and find reality-bending dragons there?#honestlyyyyy i don't actually even think gen 1 designs are Boring. yeah they aren't at the same standard as modern mons#but for the time they were perfectly acceptable. its been almost 30 years yeah things will change#maybe i;m just mad bc i'm a huge fan of several ''boring'' mons. fearow is so bland but i love it a lot#all the regional birds actually. no 1 unfezant defender#idk i should stop here i'm rambling too much. point is. i just wish people would stop treating opinions as objective fact#you dont like applin. thats cool. others do tho stop being pushy about it ok#i realize now maybe its hypocritical to complain abt others having these opinions its just. the way they always present it irks me yknow???#ahhh whatever. i think i;m making myself mad now JHDBJHBHJF#guy cares too much about pokemon opinions pt 126736
33 notes Ā· View notes
pespillo Ā· 26 days ago
Text
striving for Diversity in character design also means designing people you dont find any sort of attraction to , especially if you believe yourself to have a "diverse" arrange of attraction, like sure depends on context im not gonna ask of ppl who design fucking gacha characters of this but it is imperative to realize that making characters you find hot doesnt equal to actually think of them to have depth, and more of all if you only give depth to the characters you Find hot, it gets really easy to tell , it is fine to indulge at times but some people do fall into a shallow understanding of good character design = making "out of the norm" traits attractive in some shape or form instead of just Letting them be
15 notes Ā· View notes
trickinabucket Ā· 2 months ago
Text
Coding is funny as fuck (while ur not doing it.) i was trying to get something to work and it had been like an hour+ before i tried something else, longhand. (But simple way, so I still kiiinda saved some time?)
Ed was in the room w me and hearing me bitch and cuss and plead to the fucking computer, occasionally injecting jokes in my miserable fit.
I figured out what it was, faced ed, sneered and put my head in my hands. Told them, ā€œI figured out the answer.ā€
Ed waited for me to continue, because what the fuck does that mean when u dont code.
Then, I said: ā€œI don’t like the answer.ā€
3 notes Ā· View notes
not-toivo Ā· 7 months ago
Text
I was too tired to write about it on Friday, but I have to inform everyone, that I've seen a new (for me) way to make ranges in JavaScript:
Tumblr media Tumblr media
But why do we need to spread the result of calling Array.prototype.keys() method into an empty array?
Tumblr media Tumblr media
It's an iterable, because it has [Symbol.iterator]() method, and it's an iterator, because it has next() method. (Array.prototype.keys() is just one of many methods returning iterable iterators).
But why can't we just use Object.keys() method to achieve the same result, without the need to explicitly transform an iterable iterator into an array? Because Array() constructor (which can be used with or without the new keyword) returns a sparse array, which means it doesn't actually have indexes among its own enumerable properties (!):
Tumblr media Tumblr media
In conclusion, while this method of creating ranges with Array.prototype.keys() is more concise and opened my eyes to some subtler differences in how it and similarly named JavaScript methods work (why were they designed in such a way is a separate question), it is obviously only useful if you need a range starting at 0 and increasing with a step of 1. Otherwise you'll need Array.from() method's callback function in order to get the desired kind of range.
3 notes Ā· View notes
alienglowgarden Ā· 8 months ago
Text
Tumblr media
I finally did it TTOTT OUGHHH when sol finally popped up on the screen................ my heart............. this hurts so much
3 notes Ā· View notes
moldwood Ā· 1 year ago
Text
trying to follow a tutorial for modeling a very intricate archway but the tutorial is not tutoring
Tumblr media
2 notes Ā· View notes
softness-and-shattering Ā· 1 year ago
Text
Is the article agreeing, disagreeing, or neither? There's too many layers here, "as a trans man at this woman's only event". That's not male privilege it's transmasc erasure. Idk what's going on here.
Tumblr media Tumblr media
30K notes Ā· View notes
infoanalysishub Ā· 9 days ago
Text
PHP Casting Tutorial with Examples – Type Conversion in PHP
Learn PHP type casting with real examples. Understand how to convert data types using (int), (float), (string), (bool), and more in PHP. PHP Casting: Complete Guide with Examples Type casting is an essential concept in PHP that allows you to convert a variable from one data type to another. PHP is a loosely typed language, which means it does automatic type conversion based on the context.…
0 notes
xstardustbatsx Ā· 3 months ago
Text
Yall i just stared at the notifications like
Tumblr media
I have also started a new project before finishing the old one
Will this cycle continue? One could only hope
we may be ascending to see the gods twice in a week but at least we have ideas
1 note Ā· View note
specbee-c-s Ā· 7 months ago
Text
JavaScript’s native Array and Object methods
Think you know JavaScript? Find out how native features can handle Objects and Arrays that simplify coding. No libraries necessary!
Tumblr media
0 notes
lord-of-the-noodles Ā· 8 months ago
Text
thinking about her(GreedyStackDestroyer)
1 note Ā· View note
joliebean Ā· 4 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Slaystation Set by Joliebean
It's not my first rodeo with creating buy mode objects but it was def a challenge! I love makeup and I always dreamed of having a huge vanity table with lamps on a big mirror so why not make one for TS4?
Step into a world of style with The Slaystation Set by Jolie Home. This carefully curated collection includes everything your Sims need to create the perfect vanity corner: a cute vanity table for all their beauty rituals, a plush chair for comfort while getting ready, and an array of chic decor items that make the space truly shine.
šŸ’—Ā General InfoĀ šŸ’—
Slaystation 2000 Vanity Table requiresĀ Vintage Glamour SPĀ to function
the rest items are BGC
standalones
7 items
custom thumbnails
can be found in the catalogue by the word 'Joliebean'
my TOU
Download - PatreonĀ (Free)
7K notes Ā· View notes
spacenutspod Ā· 11 months ago
Link
Join us for SpaceTime Series 27 Episode 87, where we delve into the latest cosmic events and advancements in space exploration.
**NASA's Parker Solar Probe**: NASA's Parker Solar Probe has just completed its 20th close approach to the Sun, setting a new record as the fastest man-made object ever built. Achieving perihelion at a distance of 7.26 million kilometres from the Sun's surface, the probe travelled at an astonishing 635,266 kilometres per hour. This milestone marks the midpoint of the mission's 20th solar encounter, with more close approaches planned for the future.
- **China's Secretive Space Plane**: China's highly secretive reusable space plane has released another mysterious spacecraft into orbit. The experimental spacecraft, named Sheng Long or "Divine Dragon," has been in orbit for nearly 200 days on its third mission. Launched aboard a Long March 2F rocket, the space plane's activities remain shrouded in mystery, with speculation about its sub-satellite designed for proximity and recapture spy manoeuvres.
- **Seeing the Universe in Radio Waves**: Back in 2016, the Murchison Widefield Array telescope in Western Australia provided a glimpse of the universe as it would appear if human eyes could see radio waves. The GLEAM survey catalogued around 300,000 galaxies, revealing the remnants of distant star explosions, galaxy collisions, and the activities of supermassive black holes. This groundbreaking research offers invaluable insights into the universe's structure and the physics of distant galaxies.
00:00:00 " This is spacetime series 27, episode 87, for broadcast on 19 July 2024
00:00:46 " NASA's Parker solar probe just completed its 20th close approach to the sun
00:05:03 " Large scale radio surveys like Gleam are extremely valuable to scientists
00:10:44 " I have student looking for transient m objects in our survey
00:16:27 " A new study claims modern dingoes share very little ancestry with other breeds
00:18:11 " New research finds people who invest in cryptocurrency more likely to hold fringe views
Follow our cosmic conversations on X @stuartgary, Instagram, YouTube, and Facebook. Join us as we unravel the mysteries of the universe, one episode at a time.
Sponsor Offer: This episode is proudly supported by NordVPN. Secure your digital journey across the cosmos with a VPN service you can trust. Find your stellar security solution at https://www.bitesz.com/nordvpn
Listen to SpaceTime on your favourite podcast app including Apple Podcasts, Spotify, YouTube Music, or wherever you get your podcasts.Support SpaceTime:
Become a supporter of SpaceTime:Ā https://www.bitesz.com/show/spacetime/support/
www.bitesz.com
1 note Ā· View note
teenagebluebirdstrawberry Ā· 1 year ago
Text
Om Digi Group's Website Developers: Masters of Digital Craftsmanship
Crafting Digital Excellence
Om Digi Group'sĀ website developersĀ are renowned for their mastery in crafting digital excellence. With expertise in a wide array of programming languages and development frameworks, they bring creativity and precision to every project they undertake. From conceptualization to execution, their attention to detail ensures that each website they develop is not just functional but also visually stunning.
Tailored Solutions for Unique Needs
Understanding that every client has unique goals and requirements, Om Digi Group's website developers offer tailored solutions to meet specific needs. They collaborate closely with clients, delving into their objectives, target audience, and brand identity. This collaborative approach ensures that each website is custom-built to resonate with the client's vision and objectives.
Innovation Driven Development
Innovation is ingrained in Om Digi Group's ethos, and its website developers are at the forefront of driving digital innovation. They stay updated on the latest technologies and trends, constantly exploring new tools and techniques to enhance their craft. By embracing innovation, they create websites that not only meet but exceed expectations, setting new standards in the industry.
User-Centric Design Philosophy
Om Digi Group's website developers prioritize user experience above all else. They understand that a website's success hinges on its ability to engage and delight users. Therefore, they adopt a user-centric design philosophy, focusing on intuitive navigation, clear calls-to-action, and seamless interactions. By putting the user first, they ensure that each website delivers a memorable and engaging experience for visitors.
#Crafting Digital Excellence#Om Digi Group's website developers are renowned for their mastery in crafting digital excellence. With expertise in a wide array of program#they bring creativity and precision to every project they undertake. From conceptualization to execution#their attention to detail ensures that each website they develop is not just functional but also visually stunning.#Tailored Solutions for Unique Needs#Understanding that every client has unique goals and requirements#Om Digi Group's website developers offer tailored solutions to meet specific needs. They collaborate closely with clients#delving into their objectives#target audience#and brand identity. This collaborative approach ensures that each website is custom-built to resonate with the client's vision and objectiv#Innovation Driven Development#Innovation is ingrained in Om Digi Group's ethos#and its website developers are at the forefront of driving digital innovation. They stay updated on the latest technologies and trends#constantly exploring new tools and techniques to enhance their craft. By embracing innovation#they create websites that not only meet but exceed expectations#setting new standards in the industry.#User-Centric Design Philosophy#Om Digi Group's website developers prioritize user experience above all else. They understand that a website's success hinges on its abilit#they adopt a user-centric design philosophy#focusing on intuitive navigation#clear calls-to-action#and seamless interactions. By putting the user first#they ensure that each website delivers a memorable and engaging experience for visitors.#website developers
1 note Ā· View note
rattkinng Ā· 1 year ago
Text
I hate pointers so much
0 notes