DeveloperBreeze

Commonly used English phrases and their natural spoken

Common Words & Phrases

Original PhraseSpoken/Reduced Pronunciation
I don’t knowarano / dunno
What are you doing?whatcha doin?
Going togonna
Want towanna
Got togotta
Let melemme
Give megimme
Could havecoulda
Would havewoulda
Should haveshoulda
Don’t youdoncha
Didn’t youdidncha
Aren’t youarencha
Out ofoutta
Kind ofkinda
Sort ofsorta
Because'cause / cuz
Going to thegonna go
Did youdija / didja
What do youwhaddaya
How did youhowdja
Give it to megimme it
Tell metellem / tell'm

Common Expressions

Original StatementSpoken Pronunciation
I don’t want to do itI don’ wanna do it
What do you want?Whaddaya want?
Are you coming with us?Ya comin’ with us?
I am going to the storeI’m goin’ to the store
Did you see that?Dija see that?
How is it going?Howzit goin’?
Do you want to go out?D’ya wanna go out?
I have got to goI gotta go
I should have calledI shoulda called
I would have helpedI woulda helped
I could have done itI coulda done it
It is out of my handsIt’s outta my hands
It is kind of niceIt’s kinda nice
What are you talking about?Whatcha talkin’ ’bout?
I am not sure about itI’m not sure ’bout it

Everyday Casual Phrases

Original PhraseSpoken/Slang Form
How are you?How’re ya? / How ya doin’?
What’s up?Wassup? / Sup?
Do you want some?Ya want some?
I don’t think soI don’ think so
You have to goYou gotta go
I am out of hereI’m outta here
You are going to love itYou’re gonna love it
Is it okay with you?S’okay with ya?
Let us do itLemme do it
Can you give me that?Can ya gimme that?
Are you alright?Ya alright?

Continue Reading

Discover more amazing content handpicked just for you

Note

CSS Grid

No preview available for this content.

Jan 05, 2025
Read More
Note

Note on `npm run dev` in a Laravel Project

Running npm run dev ensures assets are properly compiled and ready for development. For production, npm run prod generates more optimized files suited for better performance.

Oct 24, 2024
Read More
Note

Finding and Displaying Laravel Log Modification Time Using find and stat

find /var/www -name "laravel.log" -exec stat --format="%y %n" {} +
  • Searches for files named laravel.log within the /var/www directory and its subdirectories.
  • You can replace /var/www with any directory path where you want to search.

Oct 24, 2024
Read More
Note

How to Completely Uninstalling Steam on Linux

No preview available for this content.

Oct 24, 2024
Read More
Note
javascript nodejs

Vite vs Webpack

No preview available for this content.

Aug 14, 2024
Read More
Note
javascript css +1

Automatically add Tailwind CSS and jQuery classes to any table

The <script> tag includes jQuery, which is used to apply classes dynamically to the table elements.

  • Runs when the document is ready.
  • Selects all <table> elements.
  • Applies Tailwind CSS classes to each table and its child elements.

Aug 03, 2024
Read More

Discussion 0

Please sign in to join the discussion.

No comments yet. Start the discussion!